#FBA6CF

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

Shades of Lavender Pink #FBA6CF

Tints of Lavender Pink #FBA6CF

Color information

#FBA6CF (or 0xFBA6CF) is unknown color: approx Lavender Pink. HEX triplet: FB, A6 and CF. RGB value is (251,166,207). Sum of RGB (Red+Green+Blue) = 251+166+207=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6CF is #045930. Grayscale: #C4C4C4. Windows color (decimal): -284977 or 13608699. OLE color: 13608699.

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

Color convert

RGB251166207-
CMYK00.340.180.02
HSL331.06º91.4%81.76%-
HSV(B)331.06º33.86%98.43%-
XYZ64.6852.2965.71-
YUV196.09134.16167.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 166 (65.23% from 255) = 26.60%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=40.22%
G=26.60%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116620700.340.180.02331.0691.481.76
HexFBA6CF02212214b5b52
Octal373246317042222513133122
Binary1111101110100110110011110100010100101010100101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6CF; }

 p { color: rgb(251,166,207); }

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

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

 a { background-color: rgb(251,166,207); }

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

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

 span { border-color: rgb(251,166,207); }

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