#FCFEDB

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

Shades of Light Yellow #FCFEDB

Tints of Light Yellow #FCFEDB

Color information

#FCFEDB (or 0xFCFEDB) is unknown color: approx Light Yellow. HEX triplet: FC, FE and DB. RGB value is (252,254,219). Sum of RGB (Red+Green+Blue) = 252+254+219=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 219 (85.94% from 255 or 30.21% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEDB is #030124. Grayscale: #F9F9F9. Windows color (decimal): -196901 or 14417660. OLE color: 14417660.

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

Color convert

RGB252254219-
CMYK0.0100.140.00
HSL63.43º94.59%92.75%-
HSV(B)63.43º13.78%99.61%-
XYZ88.3796.6981.02-
YUV249.41110.84129.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.76%
GREEN value IS 254 (99.61% from 255) = 35.03%
BLUE value IS 219 (85.94% from 255) = 30.21%
R=34.76%
G=35.03%
B=30.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542190.0100.140.0063.4394.5992.75
HexFCFEDB10E03f5f5d
Octal3743763331016077137135
Binary111111001111111011011011101110011111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEDB; }

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

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

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

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

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

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

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

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