#FBBCAF

Color #FBBCAF Melon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melon #FBBCAF

Tints of Melon #FBBCAF

Color information

#FBBCAF (or 0xFBBCAF) is unknown color: approx Melon. HEX triplet: FB, BC and AF. RGB value is (251,188,175). Sum of RGB (Red+Green+Blue) = 251+188+175=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBCAF is #044350. Grayscale: #CDCDCD. Windows color (decimal): -279377 or 11517179. OLE color: 11517179.

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

Color convert

RGB251188175-
CMYK00.250.300.02
HSL10.26º90.48%83.53%-
HSV(B)10.26º30.28%98.43%-
XYZ65.559.5748.6-
YUV205.35110.87160.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=40.88%
G=30.62%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118817500.250.300.0210.2690.4883.53
HexFBBCAF0191E2a5a54
Octal37327425703136212132124
Binary1111101110111100101011110110011111010101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCAF; }

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

 H1.HeaderClassName
 {
   color: #FBBCAF;
 }
 .AnyTagClassName
 {
   color: #FBBCAF;
 }
</style>
background-color css

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

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

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

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

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

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