#fbabfe

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

Shades of Lavender Rose #FBABFE

Tints of Lavender Rose #FBABFE

Color information

#FBABFE (or 0xFBABFE) is unknown color: approx Lavender Rose. HEX triplet: FB, AB and FE. RGB value is (251,171,254). Sum of RGB (Red+Green+Blue) = 251+171+254=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 171 (67.19% from 255 or 25.30% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABFE is #045401. Grayscale: #CCCCCC. Windows color (decimal): -283650 or 16690171. OLE color: 16690171.

HSL color Cylindrical-coordinate representation of color #FBABFE: hue angle of 297.83º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBABFE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB251171254-
CMYK0.010.3300.00
HSL297.83º97.65%83.33%-
HSV(B)297.83º32.68%99.61%-
XYZ72.2456.79100.92-
YUV204.38156161.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 171 (67.19% from 255) = 25.30%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=37.13%
G=25.30%
B=37.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2511712540.010.3300.00297.8397.6583.33
HexFBABFE1210012a6253
Octal37325337614100452142123
Binary11111011101010111111111011000010010010101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbabfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbabfe; }

 p { color: rgb(251,171,254); }

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

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

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

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

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

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

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