Html Css Color HEX #FABFAF Melon

📋 copy color: '#FABFAF'

red 250 ◦ green 191 ◦ blue 175

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

Shades of Melon #FABFAF

Tints of Melon #FABFAF

RGB

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

 GREEN value IS 191 (75% from 255) = 31.01%

 BLUE value IS 175 (68.75% from 255) = 28.41%

R = 40.58%
G = 31.01%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FABFAF (or 0xFABFAF) is known color: Melon. HEX triplet: FA, BF and AF. RGB value is (250,191,175). Sum of RGB (Red+Green+Blue) = 250+191+175=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABFAF is #054050. Grayscale: #CECECE. Windows color (decimal): -344145 or 11517946. OLE color: 11517946.

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

Color convert

RGB 250 191 175 -
CMYK 0 0.24 0.3 0.02
HSL 12.8º 0.88% 0.83% -
HSV(B) 12.8º 0.3% 0.98% -
XYZ 65.79 60.68 48.8 -
YUV 206.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 250 191 175 0 0.24 0.3 0.02 12.8 0.88 0.83
Hex FA BF AF 0 18 1E 2 D 58 53
Octal 372 277 257 0 30 36 2 15 130 123
Binary 11111010 10111111 10101111 0 11000 11110 10 1101 1011000 1010011

Color Harmonies of #FABFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFAF

Black with #FABFAF

Text Example


Text Example

White with #FABFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFAF; }

 p { color: rgb(250,191,175); }

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

background-color css

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

 a { background-color: rgb(250,191,175); }

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

border-color css

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

 span { border-color: rgb(250,191,175); }

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