#FCFEDD

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

Shades of Light Yellow #FCFEDD

Tints of Light Yellow #FCFEDD

Color information

#FCFEDD (or 0xFCFEDD) is unknown color: approx Light Yellow. HEX triplet: FC, FE and DD. RGB value is (252,254,221). Sum of RGB (Red+Green+Blue) = 252+254+221=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 221 (86.72% from 255 or 30.40% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEDD is #030122. Grayscale: #F9F9F9. Windows color (decimal): -196899 or 14548732. OLE color: 14548732.

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

Color convert

RGB252254221-
CMYK0.0100.130.00
HSL63.64º94.29%93.14%-
HSV(B)63.64º12.99%99.61%-
XYZ88.6496.882.42-
YUV249.64111.84129.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.66%
GREEN value IS 254 (99.61% from 255) = 34.94%
BLUE value IS 221 (86.72% from 255) = 30.40%
R=34.66%
G=34.94%
B=30.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542210.0100.130.0063.6494.2993.14
HexFCFEDD10D0405e5d
Octal37437633510150100136135
Binary1111110011111110110111011011010100000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEDD; }

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

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

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

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

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

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

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

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