#FBAFE2

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

Shades of Lavender Rose #FBAFE2

Tints of Lavender Rose #FBAFE2

Color information

#FBAFE2 (or 0xFBAFE2) is unknown color: approx Lavender Rose. HEX triplet: FB, AF and E2. RGB value is (251,175,226). Sum of RGB (Red+Green+Blue) = 251+175+226=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFE2 is #04501D. Grayscale: #CBCBCB. Windows color (decimal): -282654 or 14856187. OLE color: 14856187.

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

Color convert

RGB251175226-
CMYK00.300.100.02
HSL319.74º90.48%83.53%-
HSV(B)319.74º30.28%98.43%-
XYZ68.8456.6679.26-
YUV203.54140.68161.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 175 (68.75% from 255) = 26.84%
BLUE value IS 226 (88.67% from 255) = 34.66%
R=38.50%
G=26.84%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117522600.300.100.02319.7490.4883.53
HexFBAFE201EA21405a54
Octal373257342036122500132124
Binary11111011101011111110001001111010101010100000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFE2; }

 p { color: rgb(251,175,226); }

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

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

 a { background-color: rgb(251,175,226); }

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

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

 span { border-color: rgb(251,175,226); }

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