COLOR #FFF2AF

HEX: #FFF2AF
RGB: (255,242,175)

Color info

#FFF2AF contains mainly red and green colors. Web safe color of #FFF2AF is #FFFF99 (or #FF9).

RGB color model

#FFF2AF color RGB value is (255,242,175).

  • red value is 255;
  • green value is 242;
  • blue value is 175.
RGB:
(255,242,175)
(100%,95%,69%)

RGB channels and saturation

R 255 of 255 = 100%
G 242 of 255 = 95%
B 175 of 255 = 69%

255
242
175

R + G + B ~ 88%. #FFF2AF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 242 + 175 = 672 (100%)
R 255 of 672 ~ 37.95%
G 242 of 672 ~ 36.01%
B 175 of 672 ~ 26.04%

%37.95
%36.01
%26.04

CMYK color model

#FFF2AF color CMYK value is (0,5,31,0).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 31.37%
  • key color value is 0.00%
CMYK:
(0,5,31,0)
C0M5Y31K0 
(0%,5%,31%,0%)
(0.00/0.05/0.31/0.00)	

CMYK percentages

%0
%5.1
%31.37
%0

Codes

Color #FFF2AF in popluar color models

FFF2AF
RGB255242175
HSL50°100.00%84.31%
HSB/HSV50°31.37%100.00%
CMYK0.00%5.10%31.37%
0.00%

Color #FFF2AF in popluar number systems.

HEXFFF2AF
Decimal255242175
Binary111111111111001010101111
Octal377362257

Shades and tints

Shades of #FFF2AF

#FFF2AF
(255,242,175)
#E8DCA0
(232,220,160)
#D1C691
(209,198,145)
#BAB082
(186,176,130)
#A39A73
(163,154,115)
#8C8464
(140,132,100)
#756E55
(117,110,85)
#5E5846
(94,88,70)
#474237
(71,66,55)
#302C28
(48,44,40)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #FFF2AF

#FFF2AF
(255,242,175)
#FFF3B6
(255,243,182)
#FFF4BD
(255,244,189)
#FFF5C4
(255,245,196)
#FFF6CB
(255,246,203)
#FFF7D2
(255,247,210)
#FFF8D9
(255,248,217)
#FFF9E0
(255,249,224)
#FFFAE7
(255,250,231)
#FFFBEE
(255,251,238)
#FFFCF5
(255,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF2AF color. Also use rgb(255,242,175) instead hex code.

Text Font Color

.myTextColor { color: #FFF2AF; }

<p style="color:#FFF2AF">This sample text font color is #FFF2AF.</p>

This text font color is #FFF2AF.


Background Color

.myBgColor { background-color: #FFF2AF; }

<div style="background-color:#FFF2AF">Inner text</div>

This div background color is #FFF2AF.


Border color

.myBorderColor { border: 1px solid #FFF2AF; }

<div style="border:3px solid #FFF2AF">Div</div>

This div border color is #FFF2AF.


Opacity

.myOpacity80 { color: #FFF2AF; opacity: 0.8; }

<p style="color:#FFF2AF;opacity:0.8;">80%</p>

Text with #FFF2AF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFF2AF;}

<p style="text-shadow: 3px 3px 1px #FFF2AF">Text here.</p>

This text has shadow with #FFF2AF color.

.textShadow {text-shadow: 3px 3px 1px #FFF2AF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFF2AF, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFF2AF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFF2AF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFF2AF, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFF2AF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FFF2AF;
  -webkit-box-shadow:	1px 1px 3px 2px #FFF2AF;
  box-shadow:		1px 1px 3px 2px #FFF2AF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFF2AF;
-webkit-box-shadow: 1px 1px 3px 2px #FFF2AF;
box-shadow:1px 1px 3px 2px #FFF2AF;">
Div content here</div>
This div box has shadow with color #FFF2AF.

Preview

Color preview on black background

This text has color #FFF2AF on black background.


Color preview on white background

This text has color #FFF2AF on white background.



Black color preview on #FFF2AF background

This text has black color on #FFF2AF background.


White color preview on #FFF2AF background

This text has white color on #FFF2AF background.