#FCFCE7

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

Shades of Light Yellow #FCFCE7

Tints of Light Yellow #FCFCE7

Color information

#FCFCE7 (or 0xFCFCE7) is unknown color: approx Light Yellow. HEX triplet: FC, FC and E7. RGB value is (252,252,231). Sum of RGB (Red+Green+Blue) = 252+252+231=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 252 (98.83% from 255 or 34.29% from 735); Blue value is 231 (90.62% from 255 or 31.43% from 735); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCE7 is #030318. Grayscale: #F9F9F9. Windows color (decimal): -197401 or 15203580. OLE color: 15203580.

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

Color convert

RGB252252231-
CMYK000.080.01
HSL60º77.78%94.71%-
HSV(B)60º8.33%98.82%-
XYZ89.3896.0989.44-
YUV249.61117.5129.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.29%
GREEN value IS 252 (98.83% from 255) = 34.29%
BLUE value IS 231 (90.62% from 255) = 31.43%
R=34.29%
G=34.29%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252231000.080.016077.7894.71
HexFCFCE700813c4e5f
Octal3743743470010174116137
Binary111111001111110011100111001000111110010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCE7; }

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

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

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

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

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

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

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

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