#FCFAC7

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

Shades of Lemon Chiffon #FCFAC7

Tints of Lemon Chiffon #FCFAC7

Color information

#FCFAC7 (or 0xFCFAC7) is unknown color: approx Lemon Chiffon. HEX triplet: FC, FA and C7. RGB value is (252,250,199). Sum of RGB (Red+Green+Blue) = 252+250+199=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 199 (78.12% from 255 or 28.39% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC7 is #030538. Grayscale: #F4F4F4. Windows color (decimal): -197945 or 13105916. OLE color: 13105916.

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

Color convert

RGB252250199-
CMYK00.010.210.01
HSL57.74º89.83%88.43%-
HSV(B)57.74º21.03%98.82%-
XYZ84.6493.1967.56-
YUV244.78102.16133.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 199 (78.12% from 255) = 28.39%
R=35.95%
G=35.66%
B=28.39%

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
Decimal25225019900.010.210.0157.7489.8388.43
HexFCFAC7011513a5a58
Octal3743723070125172132130
Binary1111110011111010110001110110101111101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAC7; }

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

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

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

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

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

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

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

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