#FBAEFC

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

Shades of Lavender Rose #FBAEFC

Tints of Lavender Rose #FBAEFC

Color information

#FBAEFC (or 0xFBAEFC) is unknown color: approx Lavender Rose. HEX triplet: FB, AE and FC. RGB value is (251,174,252). Sum of RGB (Red+Green+Blue) = 251+174+252=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 174 (68.36% from 255 or 25.70% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBAEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEFC is #045103. Grayscale: #CDCDCD. Windows color (decimal): -282884 or 16559867. OLE color: 16559867.

HSL color Cylindrical-coordinate representation of color #FBAEFC: hue angle of 299.23º degrees, saturation: 0.93, 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 #FBAEFC is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251174252-
CMYK0.000.3100.01
HSL299.23º92.86%83.53%-
HSV(B)299.23º30.95%98.82%-
XYZ72.4957.8199.43-
YUV205.92154.01160.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 174 (68.36% from 255) = 25.70%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=37.08%
G=25.70%
B=37.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511742520.000.3100.01299.2392.8683.53
HexFBAEFC01F0112b5d54
Octal37325637403701453135124
Binary1111101110101110111111000111110110010101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEFC; }

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

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

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

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

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

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

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

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