#FCFCE5

Color #FCFCE5 Light Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Yellow #FCFCE5

Tints of Light Yellow #FCFCE5

Color information

#FCFCE5 (or 0xFCFCE5) is unknown color: approx Light Yellow. HEX triplet: FC, FC and E5. RGB value is (252,252,229). Sum of RGB (Red+Green+Blue) = 252+252+229=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 252 (98.83% from 255 or 34.38% from 733); Blue value is 229 (89.84% from 255 or 31.24% from 733); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCE5 is #03031A. Grayscale: #F9F9F9. Windows color (decimal): -197403 or 15072508. OLE color: 15072508.

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

Color convert

RGB252252229-
CMYK000.090.01
HSL60º79.31%94.31%-
HSV(B)60º9.13%98.82%-
XYZ89.195.9787.96-
YUV249.38116.5129.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.38%
GREEN value IS 252 (98.83% from 255) = 34.38%
BLUE value IS 229 (89.84% from 255) = 31.24%
R=34.38%
G=34.38%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252229000.090.016079.3194.31
HexFCFCE500913c4f5e
Octal3743743450011174117136
Binary111111001111110011100101001001111110010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCE5; }

 p { color: rgb(252,252,229); }

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

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

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

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

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

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

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