#FDFAC6

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

Shades of Lemon Chiffon #FDFAC6

Tints of Lemon Chiffon #FDFAC6

Color information

#FDFAC6 (or 0xFDFAC6) is unknown color: approx Lemon Chiffon. HEX triplet: FD, FA and C6. RGB value is (253,250,198). Sum of RGB (Red+Green+Blue) = 253+250+198=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 198 (77.73% from 255 or 28.25% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAC6 is #020539. Grayscale: #F5F5F5. Windows color (decimal): -132410 or 13040381. OLE color: 13040381.

HSL color Cylindrical-coordinate representation of color #FDFAC6: hue angle of 56.73º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDFAC6 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB253250198-
CMYK00.010.220.01
HSL56.73º93.22%88.43%-
HSV(B)56.73º21.74%99.22%-
XYZ84.8993.3366.97-
YUV244.97101.49133.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 198 (77.73% from 255) = 28.25%
R=36.09%
G=35.66%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325019800.010.220.0156.7393.2288.43
HexFDFAC601161395d58
Octal3753723060126171135130
Binary1111110111111010110001100110110111100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAC6; }

 p { color: rgb(253,250,198); }

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

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

 a { background-color: rgb(253,250,198); }

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

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

 span { border-color: rgb(253,250,198); }

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