#FBAFFB

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

Shades of Lavender Rose #FBAFFB

Tints of Lavender Rose #FBAFFB

Color information

#FBAFFB (or 0xFBAFFB) is unknown color: approx Lavender Rose. HEX triplet: FB, AF and FB. RGB value is (251,175,251). Sum of RGB (Red+Green+Blue) = 251+175+251=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 175 (68.75% from 255 or 25.85% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBAFFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFFB is #045004. Grayscale: #CECECE. Windows color (decimal): -282629 or 16494587. OLE color: 16494587.

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

Color convert

RGB251175251-
CMYK00.3000.02
HSL300º90.48%83.53%-
HSV(B)300º30.28%98.43%-
XYZ72.5358.1398.67-
YUV206.39153.18159.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 175 (68.75% from 255) = 25.85%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=37.08%
G=25.85%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117525100.3000.0230090.4883.53
HexFBAFFB01E0212c5a54
Octal37325737303602454132124
Binary11111011101011111111101101111001010010110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFFB; }

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

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

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

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

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

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

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

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