#FBA6E4

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

Shades of Lavender Rose #FBA6E4

Tints of Lavender Rose #FBA6E4

Color information

#FBA6E4 (or 0xFBA6E4) is unknown color: approx Lavender Rose. HEX triplet: FB, A6 and E4. RGB value is (251,166,228). Sum of RGB (Red+Green+Blue) = 251+166+228=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 166 (65.23% from 255 or 25.74% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6E4 is #04591B. Grayscale: #C6C6C6. Windows color (decimal): -284956 or 14984955. OLE color: 14984955.

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

Color convert

RGB251166228-
CMYK00.340.090.02
HSL316.24º91.4%81.76%-
HSV(B)316.24º33.86%98.43%-
XYZ67.4253.3880.15-
YUV198.48144.66165.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 166 (65.23% from 255) = 25.74%
BLUE value IS 228 (89.45% from 255) = 35.35%
R=38.91%
G=25.74%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116622800.340.090.02316.2491.481.76
HexFBA6E40229213c5b52
Octal373246344042112474133122
Binary111110111010011011100100010001010011010011110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6E4; }

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

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

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

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

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

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

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

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