Html Css Color HEX #F2B7AA Melon

📋 copy color: '#F2B7AA'

red 242 ◦ green 183 ◦ blue 170

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

Shades of Melon #F2B7AA

Tints of Melon #F2B7AA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.76%

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

R = 40.67%
G = 30.76%
B = 28.57%

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

#F2B7AA (or 0xF2B7AA) is known color: Melon. HEX triplet: F2, B7 and AA. RGB value is (242,183,170). Sum of RGB (Red+Green+Blue) = 242+183+170=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B7AA is #0D4855. Grayscale: #C7C7C7. Windows color (decimal): -870486 or 11188210. OLE color: 11188210.

HSL color Cylindrical-coordinate representation of color #F2B7AA: hue angle of 10.83º 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 #F2B7AA is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 183 170 -
CMYK 0 0.24 0.30 0.05
HSL 10.83º 0.73% 0.81% -
HSV(B) 10.83º 0.3% 0.95% -
XYZ 60.81 55.65 45.57 -
YUV 199.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 242 183 170 0 0.24 0.30 0.05 10.83 0.73 0.81
Hex F2 B7 AA 0 18 1E 5 B 49 51
Octal 362 267 252 0 30 36 5 13 111 121
Binary 11110010 10110111 10101010 0 11000 11110 101 1011 1001001 1010001

Color Harmonies of #F2B7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B7AA

Black with #F2B7AA

Text Example


Text Example

White with #F2B7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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