Html Css Color HEX #FCEDD6 Papaya Whip

📋 copy color: '#FCEDD6'

red 252 ◦ green 237 ◦ blue 214

#FCEDD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Papaya Whip #FCEDD6

Tints of Papaya Whip #FCEDD6

RGB

 RED value IS 252 (98.83% from 255) = 35.85%

 GREEN value IS 237 (92.97% from 255) = 33.71%

 BLUE value IS 214 (83.98% from 255) = 30.44%

R = 35.85%
G = 33.71%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCEDD6 (or 0xFCEDD6) is known color: Papaya Whip. HEX triplet: FC, ED and D6. RGB value is (252,237,214). Sum of RGB (Red+Green+Blue) = 252+237+214=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 214 (83.98% from 255 or 30.44% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDD6 is #031229. Grayscale: #EEEEEE. Windows color (decimal): -201258 or 14085628. OLE color: 14085628.

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

Color convert

RGB 252 237 214 -
CMYK 0 0.06 0.15 0.01
HSL 36.32º 0.86% 0.91% -
HSV(B) 36.32º 0.15% 0.99% -
XYZ 82.57 86.12 75.89 -
YUV 238.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 252 237 214 0 0.06 0.15 0.01 36.32 0.86 0.91
Hex FC ED D6 0 6 F 1 24 56 5B
Octal 374 355 326 0 6 17 1 44 126 133
Binary 11111100 11101101 11010110 0 110 1111 1 100100 1010110 1011011

Color Harmonies of #FCEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDD6

Black with #FCEDD6

Text Example


Text Example

White with #FCEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDD6; }

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

 H1.HeaderClassName
 {
   color: #FCEDD6;
 }
 .AnyTagClassName
 {
   color: #FCEDD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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