#FAB1CD

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

Shades of Lavender Pink #FAB1CD

Tints of Lavender Pink #FAB1CD

Color information

#FAB1CD (or 0xFAB1CD) is unknown color: approx Lavender Pink. HEX triplet: FA, B1 and CD. RGB value is (250,177,205). Sum of RGB (Red+Green+Blue) = 250+177+205=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1CD is #054E32. Grayscale: #C9C9C9. Windows color (decimal): -347699 or 13480442. OLE color: 13480442.

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

Color convert

RGB250177205-
CMYK00.290.180.02
HSL336.99º87.95%83.73%-
HSV(B)336.99º29.2%98.04%-
XYZ66.1756.1865.11-
YUV202.02129.68162.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 177 (69.53% from 255) = 28.01%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=39.56%
G=28.01%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017720500.290.180.02336.9987.9583.73
HexFAB1CD01D1221515854
Octal372261315035222521130124
Binary111110101011000111001101011101100101010101000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1CD; }

 p { color: rgb(250,177,205); }

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

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

 a { background-color: rgb(250,177,205); }

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

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

 span { border-color: rgb(250,177,205); }

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