Html Css Color HEX #FAB7B4 Melon

📋 copy color: '#FAB7B4'

red 250 ◦ green 183 ◦ blue 180

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

Shades of Melon #FAB7B4

Tints of Melon #FAB7B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.36%

R = 40.78%
G = 29.85%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAB7B4 (or 0xFAB7B4) is known color: Melon. HEX triplet: FA, B7 and B4. RGB value is (250,183,180). Sum of RGB (Red+Green+Blue) = 250+183+180=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7B4 is #05484B. Grayscale: #CACACA. Windows color (decimal): -346188 or 11843578. OLE color: 11843578.

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

Color convert

RGB 250 183 180 -
CMYK 0 0.27 0.28 0.02
HSL 2.57º 0.88% 0.84% -
HSV(B) 2.57º 0.28% 0.98% -
XYZ 64.6 57.49 50.87 -
YUV 202.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 250 183 180 0 0.27 0.28 0.02 2.57 0.88 0.84
Hex FA B7 B4 0 1B 1C 2 3 58 54
Octal 372 267 264 0 33 34 2 3 130 124
Binary 11111010 10110111 10110100 0 11011 11100 10 11 1011000 1010100

Color Harmonies of #FAB7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7B4

Black with #FAB7B4

Text Example


Text Example

White with #FAB7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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