#FAB0CF

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

Shades of Lavender Pink #FAB0CF

Tints of Lavender Pink #FAB0CF

Color information

#FAB0CF (or 0xFAB0CF) is unknown color: approx Lavender Pink. HEX triplet: FA, B0 and CF. RGB value is (250,176,207). Sum of RGB (Red+Green+Blue) = 250+176+207=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0CF is #054F30. Grayscale: #C9C9C9. Windows color (decimal): -347953 or 13611258. OLE color: 13611258.

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

Color convert

RGB250176207-
CMYK00.300.170.02
HSL334.86º88.1%83.53%-
HSV(B)334.86º29.6%98.04%-
XYZ66.2155.8866.33-
YUV201.66131.02162.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.49%
GREEN value IS 176 (69.14% from 255) = 27.80%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=39.49%
G=27.80%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017620700.300.170.02334.8688.183.53
HexFAB0CF01E11214f5854
Octal372260317036212517130124
Binary111110101011000011001111011110100011010100111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0CF; }

 p { color: rgb(250,176,207); }

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

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

 a { background-color: rgb(250,176,207); }

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

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

 span { border-color: rgb(250,176,207); }

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