Html Css Color HEX #FAB8B2 Melon

📋 copy color: '#FAB8B2'

red 250 ◦ green 184 ◦ blue 178

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

Shades of Melon #FAB8B2

Tints of Melon #FAB8B2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.07%

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

R = 40.85%
G = 30.07%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAB8B2 (or 0xFAB8B2) is known color: Melon. HEX triplet: FA, B8 and B2. RGB value is (250,184,178). Sum of RGB (Red+Green+Blue) = 250+184+178=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB8B2 is #05474D. Grayscale: #CBCBCB. Windows color (decimal): -345934 or 11712762. OLE color: 11712762.

HSL color Cylindrical-coordinate representation of color #FAB8B2: hue angle of 5º 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 #FAB8B2 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 184 178 -
CMYK 0 0.26 0.29 0.02
HSL 0.88% 0.84% -
HSV(B) 0.29% 0.98% -
XYZ 64.6 57.82 49.87 -
YUV 203.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 250 184 178 0 0.26 0.29 0.02 5 0.88 0.84
Hex FA B8 B2 0 1A 1D 2 5 58 54
Octal 372 270 262 0 32 35 2 5 130 124
Binary 11111010 10111000 10110010 0 11010 11101 10 101 1011000 1010100

Color Harmonies of #FAB8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB8B2

Black with #FAB8B2

Text Example


Text Example

White with #FAB8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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