#FBAFF1

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

Shades of Lavender Rose #FBAFF1

Tints of Lavender Rose #FBAFF1

Color information

#FBAFF1 (or 0xFBAFF1) is unknown color: approx Lavender Rose. HEX triplet: FB, AF and F1. RGB value is (251,175,241). Sum of RGB (Red+Green+Blue) = 251+175+241=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 175 (68.75% from 255 or 26.24% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFF1 is #04500E. Grayscale: #CDCDCD. Windows color (decimal): -282639 or 15839227. OLE color: 15839227.

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

Color convert

RGB251175241-
CMYK00.300.040.02
HSL307.89º90.48%83.53%-
HSV(B)307.89º30.28%98.43%-
XYZ70.9957.5290.58-
YUV205.25148.18160.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 175 (68.75% from 255) = 26.24%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=37.63%
G=26.24%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117524100.300.040.02307.8990.4883.53
HexFBAFF101E421345a54
Octal37325736103642464132124
Binary1111101110101111111100010111101001010011010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFF1; }

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

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

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

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

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

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

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

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