Html Css Color HEX #FABAAA Melon

📋 copy color: '#FABAAA'

red 250 ◦ green 186 ◦ blue 170

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

Shades of Melon #FABAAA

Tints of Melon #FABAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.69%

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

R = 41.25%
G = 30.69%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FABAAA (or 0xFABAAA) is known color: Melon. HEX triplet: FA, BA and AA. RGB value is (250,186,170). Sum of RGB (Red+Green+Blue) = 250+186+170=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAAA is #054555. Grayscale: #CBCBCB. Windows color (decimal): -345430 or 11188986. OLE color: 11188986.

HSL color Cylindrical-coordinate representation of color #FABAAA: hue angle of 12º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FABAAA is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 170 -
CMYK 0 0.26 0.32 0.02
HSL 12º 0.89% 0.82% -
HSV(B) 12º 0.32% 0.98% -
XYZ 64.24 58.34 45.91 -
YUV 203.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 250 186 170 0 0.26 0.32 0.02 12 0.89 0.82
Hex FA BA AA 0 1A 20 2 C 59 52
Octal 372 272 252 0 32 40 2 14 131 122
Binary 11111010 10111010 10101010 0 11010 100000 10 1100 1011001 1010010

Color Harmonies of #FABAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAAA

Black with #FABAAA

Text Example


Text Example

White with #FABAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAAA; }

 p { color: rgb(250,186,170); }

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

background-color css

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

 a { background-color: rgb(250,186,170); }

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

border-color css

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

 span { border-color: rgb(250,186,170); }

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