Html Css Color HEX #FAB7B2 Melon

📋 copy color: '#FAB7B2'

red 250 ◦ green 183 ◦ blue 178

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

Shades of Melon #FAB7B2

Tints of Melon #FAB7B2

RGB

 RED value IS 250 (98.05% from 255) = 40.92%

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

 BLUE value IS 178 (69.92% from 255) = 29.13%

R = 40.92%
G = 29.95%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAB7B2 (or 0xFAB7B2) is known color: Melon. HEX triplet: FA, B7 and B2. RGB value is (250,183,178). Sum of RGB (Red+Green+Blue) = 250+183+178=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB7B2 is #05484D. Grayscale: #CACACA. Windows color (decimal): -346190 or 11712506. OLE color: 11712506.

HSL color Cylindrical-coordinate representation of color #FAB7B2: hue angle of 4.17º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB7B2 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 183 178 -
CMYK 0 0.27 0.29 0.02
HSL 4.17º 0.88% 0.84% -
HSV(B) 4.17º 0.29% 0.98% -
XYZ 64.39 57.41 49.81 -
YUV 202.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 250 183 178 0 0.27 0.29 0.02 4.17 0.88 0.84
Hex FA B7 B2 0 1B 1D 2 4 58 54
Octal 372 267 262 0 33 35 2 4 130 124
Binary 11111010 10110111 10110010 0 11011 11101 10 100 1011000 1010100

Color Harmonies of #FAB7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7B2

Black with #FAB7B2

Text Example


Text Example

White with #FAB7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7B2; }

 p { color: rgb(250,183,178); }

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

background-color css

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

 a { background-color: rgb(250,183,178); }

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

border-color css

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

 span { border-color: rgb(250,183,178); }

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