Html Css Color HEX #FEF0D6 Papaya Whip

📋 copy color: '#FEF0D6'

red 254 ◦ green 240 ◦ blue 214

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

Shades of Papaya Whip #FEF0D6

Tints of Papaya Whip #FEF0D6

RGB

 RED value IS 254 (99.61% from 255) = 35.88%

 GREEN value IS 240 (94.14% from 255) = 33.9%

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

R = 35.88%
G = 33.9%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEF0D6 (or 0xFEF0D6) is known color: Papaya Whip. HEX triplet: FE, F0 and D6. RGB value is (254,240,214). Sum of RGB (Red+Green+Blue) = 254+240+214=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 214 (83.98% from 255 or 30.23% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0D6 is #010F29. Grayscale: #F1F1F1. Windows color (decimal): -69418 or 14086398. OLE color: 14086398.

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

Color convert

RGB 254 240 214 -
CMYK 0 0.06 0.16 0.00
HSL 39º 0.95% 0.92% -
HSV(B) 39º 0.16% 1% -
XYZ 84.17 88.25 76.22 -
YUV 241.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 254 240 214 0 0.06 0.16 0.00 39 0.95 0.92
Hex FE F0 D6 0 6 10 0 27 5F 5C
Octal 376 360 326 0 6 20 0 47 137 134
Binary 11111110 11110000 11010110 0 110 10000 0 100111 1011111 1011100

Color Harmonies of #FEF0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF0D6

Black with #FEF0D6

Text Example


Text Example

White with #FEF0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF0D6; }

 p { color: rgb(254,240,214); }

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

background-color css

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

 a { background-color: rgb(254,240,214); }

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

border-color css

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

 span { border-color: rgb(254,240,214); }

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