Html Css Color HEX #FBBFAF Melon

📋 copy color: '#FBBFAF'

red 251 ◦ green 191 ◦ blue 175

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

Shades of Melon #FBBFAF

Tints of Melon #FBBFAF

RGB

 RED value IS 251 (98.44% from 255) = 40.68%

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

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

R = 40.68%
G = 30.96%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBBFAF (or 0xFBBFAF) is known color: Melon. HEX triplet: FB, BF and AF. RGB value is (251,191,175). Sum of RGB (Red+Green+Blue) = 251+191+175=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBFAF is #044050. Grayscale: #CFCFCF. Windows color (decimal): -278609 or 11517947. OLE color: 11517947.

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

Color convert

RGB 251 191 175 -
CMYK 0 0.24 0.30 0.02
HSL 12.63º 0.9% 0.84% -
HSV(B) 12.63º 0.3% 0.98% -
XYZ 66.15 60.87 48.82 -
YUV 207.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 251 191 175 0 0.24 0.30 0.02 12.63 0.9 0.84
Hex FB BF AF 0 18 1E 2 D 5A 54
Octal 373 277 257 0 30 36 2 15 132 124
Binary 11111011 10111111 10101111 0 11000 11110 10 1101 1011010 1010100

Color Harmonies of #FBBFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBFAF

Black with #FBBFAF

Text Example


Text Example

White with #FBBFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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