#FDFCE6

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

Shades of Light Yellow #FDFCE6

Tints of Light Yellow #FDFCE6

Color information

#FDFCE6 (or 0xFDFCE6) is unknown color: approx Light Yellow. HEX triplet: FD, FC and E6. RGB value is (253,252,230). Sum of RGB (Red+Green+Blue) = 253+252+230=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 252 (98.83% from 255 or 34.29% from 735); Blue value is 230 (90.23% from 255 or 31.29% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCE6 is #020319. Grayscale: #F9F9F9. Windows color (decimal): -131866 or 15138045. OLE color: 15138045.

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

Color convert

RGB253252230-
CMYK00.000.090.01
HSL57.39º85.19%94.71%-
HSV(B)57.39º9.09%99.22%-
XYZ89.696.2288.71-
YUV249.79116.83130.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.42%
GREEN value IS 252 (98.83% from 255) = 34.29%
BLUE value IS 230 (90.23% from 255) = 31.29%
R=34.42%
G=34.29%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325223000.000.090.0157.3985.1994.71
HexFDFCE6009139555f
Octal3753743460011171125137
Binary111111011111110011100110001001111100110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCE6; }

 p { color: rgb(253,252,230); }

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

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

 a { background-color: rgb(253,252,230); }

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

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

 span { border-color: rgb(253,252,230); }

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