#FCEED6

Color #FCEED6 Papaya Whip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Papaya Whip #FCEED6

Tints of Papaya Whip #FCEED6

Color information

#FCEED6 (or 0xFCEED6) is unknown color: approx Papaya Whip. HEX triplet: FC, EE and D6. RGB value is (252,238,214). Sum of RGB (Red+Green+Blue) = 252+238+214=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 214 (83.98% from 255 or 30.40% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEED6 is #031129. Grayscale: #EFEFEF. Windows color (decimal): -201002 or 14085884. OLE color: 14085884.

HSL color Cylindrical-coordinate representation of color #FCEED6: hue angle of 37.89º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCEED6 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB252238214-
CMYK00.060.150.01
HSL37.89º86.36%91.37%-
HSV(B)37.89º15.08%98.82%-
XYZ82.8686.775.99-
YUV239.45113.64136.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 238 (93.36% from 255) = 33.81%
BLUE value IS 214 (83.98% from 255) = 30.40%
R=35.80%
G=33.81%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223821400.060.150.0137.8986.3691.37
HexFCEED606F126565b
Octal3743563260617146126133
Binary11111100111011101101011001101111110011010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEED6; }

 p { color: rgb(252,238,214); }

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

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

 a { background-color: rgb(252,238,214); }

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

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

 span { border-color: rgb(252,238,214); }

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