Html Css Color HEX #FFF2D9 Papaya Whip

📋 copy color: '#FFF2D9'

red 255 ◦ green 242 ◦ blue 217

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

Shades of Papaya Whip #FFF2D9

Tints of Papaya Whip #FFF2D9

RGB

 RED value IS 255 (100% from 255) = 35.71%

 GREEN value IS 242 (94.92% from 255) = 33.89%

 BLUE value IS 217 (85.16% from 255) = 30.39%

R = 35.71%
G = 33.89%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFF2D9 (or 0xFFF2D9) is known color: Papaya Whip. HEX triplet: FF, F2 and D9. RGB value is (255,242,217). Sum of RGB (Red+Green+Blue) = 255+242+217=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 217 (85.16% from 255 or 30.39% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2D9 is #000D26. Grayscale: #F3F3F3. Windows color (decimal): -3367 or 14283519. OLE color: 14283519.

HSL color Cylindrical-coordinate representation of color #FFF2D9: hue angle of 39.47º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFF2D9 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 217 -
CMYK 0 0.05 0.15 0
HSL 39.47º 1% 0.93% -
HSV(B) 39.47º 0.15% 1% -
XYZ 85.52 89.77 78.47 -
YUV 243.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 255 242 217 0 0.05 0.15 0 39.47 1 0.93
Hex FF F2 D9 0 5 F 0 27 64 5D
Octal 377 362 331 0 5 17 0 47 144 135
Binary 11111111 11110010 11011001 0 101 1111 0 100111 1100100 1011101

Color Harmonies of #FFF2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2D9

Black with #FFF2D9

Text Example


Text Example

White with #FFF2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2D9; }

 p { color: rgb(255,242,217); }

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

background-color css

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

 a { background-color: rgb(255,242,217); }

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

border-color css

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

 span { border-color: rgb(255,242,217); }

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