#FABBB9

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

Shades of Your Pink #FABBB9

Tints of Your Pink #FABBB9

Color information

#FABBB9 (or 0xFABBB9) is unknown color: approx Your Pink. HEX triplet: FA, BB and B9. RGB value is (250,187,185). Sum of RGB (Red+Green+Blue) = 250+187+185=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBB9 is #054446. Grayscale: #CDCDCD. Windows color (decimal): -345159 or 12172282. OLE color: 12172282.

HSL color Cylindrical-coordinate representation of color #FABBB9: hue angle of 1.85º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABBB9 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250187185-
CMYK00.250.260.02
HSL1.85º86.67%85.29%-
HSV(B)1.85º26%98.04%-
XYZ65.9559.3753.88-
YUV205.61116.37159.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 185 (72.66% from 255) = 29.74%
R=40.19%
G=30.06%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018718500.250.260.021.8586.6785.29
HexFABBB90191A225755
Octal3722732710313222127125
Binary11111010101110111011100101100111010101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBB9; }

 p { color: rgb(250,187,185); }

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

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

 a { background-color: rgb(250,187,185); }

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

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

 span { border-color: rgb(250,187,185); }

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