#FCFAC8

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

Shades of Lemon Chiffon #FCFAC8

Tints of Lemon Chiffon #FCFAC8

Color information

#FCFAC8 (or 0xFCFAC8) is unknown color: approx Lemon Chiffon. HEX triplet: FC, FA and C8. RGB value is (252,250,200). Sum of RGB (Red+Green+Blue) = 252+250+200=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 200 (78.52% from 255 or 28.49% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC8 is #030537. Grayscale: #F5F5F5. Windows color (decimal): -197944 or 13171452. OLE color: 13171452.

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

Color convert

RGB252250200-
CMYK00.010.210.01
HSL57.69º89.66%88.63%-
HSV(B)57.69º20.63%98.82%-
XYZ84.7693.2468.17-
YUV244.9102.66133.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 200 (78.52% from 255) = 28.49%
R=35.90%
G=35.61%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225020000.010.210.0157.6989.6688.63
HexFCFAC8011513a5a59
Octal3743723100125172132131
Binary1111110011111010110010000110101111101010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAC8; }

 p { color: rgb(252,250,200); }

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

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

 a { background-color: rgb(252,250,200); }

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

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

 span { border-color: rgb(252,250,200); }

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