#FAB4BF

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

Shades of Light Pink #FAB4BF

Tints of Light Pink #FAB4BF

Color information

#FAB4BF (or 0xFAB4BF) is unknown color: approx Light Pink. HEX triplet: FA, B4 and BF. RGB value is (250,180,191). Sum of RGB (Red+Green+Blue) = 250+180+191=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4BF is #054B40. Grayscale: #CACACA. Windows color (decimal): -346945 or 12563706. OLE color: 12563706.

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

Color convert

RGB250180191-
CMYK00.280.240.02
HSL350.57º87.5%84.31%-
HSV(B)350.57º28%98.04%-
XYZ65.1556.7356.81-
YUV202.18121.69162.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 180 (70.70% from 255) = 28.99%
BLUE value IS 191 (75% from 255) = 30.76%
R=40.26%
G=28.99%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018019100.280.240.02350.5787.584.31
HexFAB4BF01C18215f5854
Octal372264277034302537130124
Binary111110101011010010111111011100110001010101111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4BF; }

 p { color: rgb(250,180,191); }

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

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

 a { background-color: rgb(250,180,191); }

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

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

 span { border-color: rgb(250,180,191); }

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