#FCFDDD

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

Shades of Light Yellow #FCFDDD

Tints of Light Yellow #FCFDDD

Color information

#FCFDDD (or 0xFCFDDD) is unknown color: approx Light Yellow. HEX triplet: FC, FD and DD. RGB value is (252,253,221). Sum of RGB (Red+Green+Blue) = 252+253+221=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 221 (86.72% from 255 or 30.44% from 726); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDDD is #030222. Grayscale: #F9F9F9. Windows color (decimal): -197155 or 14548476. OLE color: 14548476.

HSL color Cylindrical-coordinate representation of color #FCFDDD: hue angle of 61.88º 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 #FCFDDD is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252253221-
CMYK0.0000.130.01
HSL61.88º88.89%92.94%-
HSV(B)61.88º12.65%99.22%-
XYZ88.3296.1782.31-
YUV249.05112.17130.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.71%
GREEN value IS 253 (99.22% from 255) = 34.85%
BLUE value IS 221 (86.72% from 255) = 30.44%
R=34.71%
G=34.85%
B=30.44%

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
Decimal2522532210.0000.130.0161.8888.8992.94
HexFCFDDD00D13e595d
Octal3743753350015176131135
Binary111111001111110111011101001101111111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDDD; }

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

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

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

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

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

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

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

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