#FBAEFD

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

Shades of Lavender Rose #FBAEFD

Tints of Lavender Rose #FBAEFD

Color information

#FBAEFD (or 0xFBAEFD) is unknown color: approx Lavender Rose. HEX triplet: FB, AE and FD. RGB value is (251,174,253). Sum of RGB (Red+Green+Blue) = 251+174+253=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 174 (68.36% from 255 or 25.66% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBAEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEFD is #045102. Grayscale: #CDCDCD. Windows color (decimal): -282883 or 16625403. OLE color: 16625403.

HSL color Cylindrical-coordinate representation of color #FBAEFD: hue angle of 298.48º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBAEFD is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251174253-
CMYK0.010.3100.01
HSL298.48º95.18%83.73%-
HSV(B)298.48º31.23%99.22%-
XYZ72.6557.87100.27-
YUV206.03154.51160.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 174 (68.36% from 255) = 25.66%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=37.02%
G=25.66%
B=37.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511742530.010.3100.01298.4895.1883.73
HexFBAEFD11F0112a5f54
Octal37325637513701452137124
Binary1111101110101110111111011111110110010101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEFD; }

 p { color: rgb(251,174,253); }

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

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

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

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

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

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

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