#FCFDDC

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

Shades of Light Yellow #FCFDDC

Tints of Light Yellow #FCFDDC

Color information

#FCFDDC (or 0xFCFDDC) is unknown color: approx Light Yellow. HEX triplet: FC, FD and DC. RGB value is (252,253,220). Sum of RGB (Red+Green+Blue) = 252+253+220=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 220 (86.33% from 255 or 30.34% from 725); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDDC is #030223. Grayscale: #F9F9F9. Windows color (decimal): -197156 or 14482940. OLE color: 14482940.

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

Color convert

RGB252253220-
CMYK0.0000.130.01
HSL61.82º89.19%92.75%-
HSV(B)61.82º13.04%99.22%-
XYZ88.1996.1181.61-
YUV248.94111.67130.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.76%
GREEN value IS 253 (99.22% from 255) = 34.90%
BLUE value IS 220 (86.33% from 255) = 30.34%
R=34.76%
G=34.90%
B=30.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532200.0000.130.0161.8289.1992.75
HexFCFDDC00D13e595d
Octal3743753340015176131135
Binary111111001111110111011100001101111111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDDC; }

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

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

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

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

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

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

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

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