#FBAFE0

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

Shades of Lavender Rose #FBAFE0

Tints of Lavender Rose #FBAFE0

Color information

#FBAFE0 (or 0xFBAFE0) is unknown color: approx Lavender Rose. HEX triplet: FB, AF and E0. RGB value is (251,175,224). Sum of RGB (Red+Green+Blue) = 251+175+224=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFE0 is #04501F. Grayscale: #CBCBCB. Windows color (decimal): -282656 or 14725115. OLE color: 14725115.

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

Color convert

RGB251175224-
CMYK00.300.110.02
HSL321.32º90.48%83.53%-
HSV(B)321.32º30.28%98.43%-
XYZ68.5756.5577.82-
YUV203.31139.68162.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 175 (68.75% from 255) = 26.92%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=38.62%
G=26.92%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117522400.300.110.02321.3290.4883.53
HexFBAFE001EB21415a54
Octal373257340036132501132124
Binary11111011101011111110000001111010111010100000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFE0; }

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

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

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

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

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

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

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

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