#FBA9CE

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

Shades of Lavender Pink #FBA9CE

Tints of Lavender Pink #FBA9CE

Color information

#FBA9CE (or 0xFBA9CE) is unknown color: approx Lavender Pink. HEX triplet: FB, A9 and CE. RGB value is (251,169,206). Sum of RGB (Red+Green+Blue) = 251+169+206=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9CE is #045631. Grayscale: #C5C5C5. Windows color (decimal): -284210 or 13543931. OLE color: 13543931.

HSL color Cylindrical-coordinate representation of color #FBA9CE: hue angle of 332.93º 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 #FBA9CE is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251169206-
CMYK00.330.180.02
HSL332.93º91.11%82.35%-
HSV(B)332.93º32.67%98.43%-
XYZ65.1153.3465.26-
YUV197.74132.67165.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 169 (66.41% from 255) = 27.00%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=40.10%
G=27.00%
B=32.91%

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
Decimal25116920600.330.180.02332.9391.1182.35
HexFBA9CE02112214d5b52
Octal373251316041222515133122
Binary1111101110101001110011100100001100101010100110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA9CE; }

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

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

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

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

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

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

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

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