#FCFEDF

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

Shades of Light Yellow #FCFEDF

Tints of Light Yellow #FCFEDF

Color information

#FCFEDF (or 0xFCFEDF) is unknown color: approx Light Yellow. HEX triplet: FC, FE and DF. RGB value is (252,254,223). Sum of RGB (Red+Green+Blue) = 252+254+223=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 223 (87.5% from 255 or 30.59% from 729); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEDF is #030120. Grayscale: #F9F9F9. Windows color (decimal): -196897 or 14679804. OLE color: 14679804.

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

Color convert

RGB252254223-
CMYK0.0100.120.00
HSL63.87º93.94%93.53%-
HSV(B)63.87º12.2%99.61%-
XYZ88.9196.9183.83-
YUV249.87112.84129.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.57%
GREEN value IS 254 (99.61% from 255) = 34.84%
BLUE value IS 223 (87.5% from 255) = 30.59%
R=34.57%
G=34.84%
B=30.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542230.0100.120.0063.8793.9493.53
HexFCFEDF10C0405e5e
Octal37437633710140100136136
Binary1111110011111110110111111011000100000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEDF; }

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

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

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

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

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

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

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

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