#FBA9CF

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

Shades of Lavender Pink #FBA9CF

Tints of Lavender Pink #FBA9CF

Color information

#FBA9CF (or 0xFBA9CF) is unknown color: approx Lavender Pink. HEX triplet: FB, A9 and CF. RGB value is (251,169,207). Sum of RGB (Red+Green+Blue) = 251+169+207=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9CF is #045630. Grayscale: #C5C5C5. Windows color (decimal): -284209 or 13609467. OLE color: 13609467.

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

Color convert

RGB251169207-
CMYK00.330.180.02
HSL332.2º91.11%82.35%-
HSV(B)332.2º32.67%98.43%-
XYZ65.2353.3965.9-
YUV197.85133.17165.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 169 (66.41% from 255) = 26.95%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=40.03%
G=26.95%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116920700.330.180.02332.291.1182.35
HexFBA9CF02112214c5b52
Octal373251317041222514133122
Binary1111101110101001110011110100001100101010100110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA9CF; }

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

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

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

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

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

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

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

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