#FBAFEB

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

Shades of Lavender Rose #FBAFEB

Tints of Lavender Rose #FBAFEB

Color information

#FBAFEB (or 0xFBAFEB) is unknown color: approx Lavender Rose. HEX triplet: FB, AF and EB. RGB value is (251,175,235). Sum of RGB (Red+Green+Blue) = 251+175+235=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 175 (68.75% from 255 or 26.48% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFEB is #045014. Grayscale: #CCCCCC. Windows color (decimal): -282645 or 15446011. OLE color: 15446011.

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

Color convert

RGB251175235-
CMYK00.300.060.02
HSL312.63º90.48%83.53%-
HSV(B)312.63º30.28%98.43%-
XYZ70.1157.1785.94-
YUV204.56145.18161.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 175 (68.75% from 255) = 26.48%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=37.97%
G=26.48%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117523500.300.060.02312.6390.4883.53
HexFBAFEB01E621395a54
Octal37325735303662471132124
Binary1111101110101111111010110111101101010011100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFEB; }

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

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

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

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

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

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

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

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