Html Css Color HEX #F2B9AA Melon

📋 copy color: '#F2B9AA'

red 242 ◦ green 185 ◦ blue 170

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

Shades of Melon #F2B9AA

Tints of Melon #F2B9AA

RGB

 RED value IS 242 (94.92% from 255) = 40.54%

 GREEN value IS 185 (72.66% from 255) = 30.99%

 BLUE value IS 170 (66.8% from 255) = 28.48%

R = 40.54%
G = 30.99%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2B9AA (or 0xF2B9AA) is known color: Melon. HEX triplet: F2, B9 and AA. RGB value is (242,185,170). Sum of RGB (Red+Green+Blue) = 242+185+170=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B9AA is #0D4655. Grayscale: #C8C8C8. Windows color (decimal): -869974 or 11188722. OLE color: 11188722.

HSL color Cylindrical-coordinate representation of color #F2B9AA: hue angle of 12.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2B9AA is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 185 170 -
CMYK 0 0.24 0.30 0.05
HSL 12.5º 0.73% 0.81% -
HSV(B) 12.5º 0.3% 0.95% -
XYZ 61.22 56.48 45.7 -
YUV 200.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 242 185 170 0 0.24 0.30 0.05 12.5 0.73 0.81
Hex F2 B9 AA 0 18 1E 5 C 49 51
Octal 362 271 252 0 30 36 5 14 111 121
Binary 11110010 10111001 10101010 0 11000 11110 101 1100 1001001 1010001

Color Harmonies of #F2B9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B9AA

Black with #F2B9AA

Text Example


Text Example

White with #F2B9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B9AA; }

 p { color: rgb(242,185,170); }

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

background-color css

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

 a { background-color: rgb(242,185,170); }

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

border-color css

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

 span { border-color: rgb(242,185,170); }

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