#FCFEDE

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

Shades of Light Yellow #FCFEDE

Tints of Light Yellow #FCFEDE

Color information

#FCFEDE (or 0xFCFEDE) is unknown color: approx Light Yellow. HEX triplet: FC, FE and DE. RGB value is (252,254,222). Sum of RGB (Red+Green+Blue) = 252+254+222=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 222 (87.11% from 255 or 30.49% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEDE is #030121. Grayscale: #F9F9F9. Windows color (decimal): -196898 or 14614268. OLE color: 14614268.

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

Color convert

RGB252254222-
CMYK0.0100.130.00
HSL63.75º94.12%93.33%-
HSV(B)63.75º12.6%99.61%-
XYZ88.7796.8583.12-
YUV249.75112.34129.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.62%
GREEN value IS 254 (99.61% from 255) = 34.89%
BLUE value IS 222 (87.11% from 255) = 30.49%
R=34.62%
G=34.89%
B=30.49%

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
Decimal2522542220.0100.130.0063.7594.1293.33
HexFCFEDE10D0405e5d
Octal37437633610150100136135
Binary1111110011111110110111101011010100000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEDE; }

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

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

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

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

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

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

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

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