#FAF5CC

Color #FAF5CC Lemon Chiffon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Chiffon #FAF5CC

Tints of Lemon Chiffon #FAF5CC

Color information

#FAF5CC (or 0xFAF5CC) is unknown color: approx Lemon Chiffon. HEX triplet: FA, F5 and CC. RGB value is (250,245,204). Sum of RGB (Red+Green+Blue) = 250+245+204=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 204 (80.08% from 255 or 29.18% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5CC is #050A33. Grayscale: #F1F1F1. Windows color (decimal): -330292 or 13432314. OLE color: 13432314.

HSL color Cylindrical-coordinate representation of color #FAF5CC: hue angle of 53.48º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAF5CC is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250245204-
CMYK00.020.180.02
HSL53.48º82.14%89.02%-
HSV(B)53.48º18.4%98.04%-
XYZ82.9889.9970.12-
YUV241.82106.66133.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 35.77%
GREEN value IS 245 (96.09% from 255) = 35.05%
BLUE value IS 204 (80.08% from 255) = 29.18%
R=35.77%
G=35.05%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024520400.020.180.0253.4882.1489.02
HexFAF5CC02122355259
Octal3723653140222265122131
Binary111110101111010111001100010100101011010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5CC; }

 p { color: rgb(250,245,204); }

 H1.HeaderClassName
 {
   color: #FAF5CC;
 }
 .AnyTagClassName
 {
   color: #FAF5CC;
 }
</style>
background-color css

<style>
 a { background-color: #FAF5CC; }

 a { background-color: rgb(250,245,204); }

 div.DivClassName
 {
   background-color: #FAF5CC;
 }
 .BgClassName
 {
   background-color: #FAF5CC;
 }
</style>
border-color css

<style>
 span { border-color: #FAF5CC; }

 span { border-color: rgb(250,245,204); }

 td.TdClassName
 {
   border-color: #FAF5CC;
 }
 .TagClassName
 {
   border-color: #FAF5CC;
 }
</style>