#FCFFDC

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

Shades of Light Yellow #FCFFDC

Tints of Light Yellow #FCFFDC

Color information

#FCFFDC (or 0xFCFFDC) is unknown color: approx Light Yellow. HEX triplet: FC, FF and DC. RGB value is (252,255,220). Sum of RGB (Red+Green+Blue) = 252+255+220=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 220 (86.33% from 255 or 30.26% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFDC is #030023. Grayscale: #FAFAFA. Windows color (decimal): -196644 or 14483452. OLE color: 14483452.

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

Color convert

RGB252255220-
CMYK0.0100.140
HSL65.14º100%93.14%-
HSV(B)65.14º13.73%100%-
XYZ88.8297.3881.83-
YUV250.11111.01129.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.66%
GREEN value IS 255 (100% from 255) = 35.08%
BLUE value IS 220 (86.33% from 255) = 30.26%
R=34.66%
G=35.08%
B=30.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552200.0100.14065.1410093.14
HexFCFFDC10E041645d
Octal37437733410160101144135
Binary1111110011111111110111001011100100000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFDC; }

 p { color: rgb(252,255,220); }

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

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

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

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

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

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

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