#FBAFBA

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

Shades of Light Pink #FBAFBA

Tints of Light Pink #FBAFBA

Color information

#FBAFBA (or 0xFBAFBA) is unknown color: approx Light Pink. HEX triplet: FB, AF and BA. RGB value is (251,175,186). Sum of RGB (Red+Green+Blue) = 251+175+186=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFBA is #045045. Grayscale: #C7C7C7. Windows color (decimal): -282694 or 12234747. OLE color: 12234747.

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

Color convert

RGB251175186-
CMYK00.300.260.02
HSL351.32º90.48%83.53%-
HSV(B)351.32º30.28%98.43%-
XYZ63.9854.7153.64-
YUV198.98120.68165.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.01%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=41.01%
G=28.59%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117518600.300.260.02351.3290.4883.53
HexFBAFBA01E1A215f5a54
Octal373257272036322537132124
Binary111110111010111110111010011110110101010101111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFBA; }

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

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

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

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

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

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

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

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