#FBACAF

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

Shades of Light Pink #FBACAF

Tints of Light Pink #FBACAF

Color information

#FBACAF (or 0xFBACAF) is unknown color: approx Light Pink. HEX triplet: FB, AC and AF. RGB value is (251,172,175). Sum of RGB (Red+Green+Blue) = 251+172+175=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBACAF is #045350. Grayscale: #C4C4C4. Windows color (decimal): -283473 or 11513083. OLE color: 11513083.

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

Color convert

RGB251172175-
CMYK00.310.300.02
HSL357.72º90.8%82.94%-
HSV(B)357.72º31.47%98.43%-
XYZ62.2753.1147.53-
YUV195.96116.17167.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.97%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=41.97%
G=28.76%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117217500.310.300.02357.7290.882.94
HexFBACAF01F1E21665b53
Octal373254257037362546133123
Binary111110111010110010101111011111111101010110011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACAF; }

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

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

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

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

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

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

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

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