#FEFCDA

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

Shades of Light Yellow #FEFCDA

Tints of Light Yellow #FEFCDA

Color information

#FEFCDA (or 0xFEFCDA) is unknown color: approx Light Yellow. HEX triplet: FE, FC and DA. RGB value is (254,252,218). Sum of RGB (Red+Green+Blue) = 254+252+218=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 252 (98.83% from 255 or 34.81% from 724); Blue value is 218 (85.55% from 255 or 30.11% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCDA is #010325. Grayscale: #F8F8F8. Windows color (decimal): -66342 or 14351614. OLE color: 14351614.

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

Color convert

RGB254252218-
CMYK00.010.140.00
HSL56.67º94.74%92.55%-
HSV(B)56.67º14.17%99.61%-
XYZ88.3495.7580.16-
YUV248.72110.66131.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.08%
GREEN value IS 252 (98.83% from 255) = 34.81%
BLUE value IS 218 (85.55% from 255) = 30.11%
R=35.08%
G=34.81%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425221800.010.140.0056.6794.7492.55
HexFEFCDA01E0395f5d
Octal3763743320116071137135
Binary111111101111110011011010011110011100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCDA; }

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

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

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

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

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

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

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

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