#FBAADE

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

Shades of Lavender Rose #FBAADE

Tints of Lavender Rose #FBAADE

Color information

#FBAADE (or 0xFBAADE) is unknown color: approx Lavender Rose. HEX triplet: FB, AA and DE. RGB value is (251,170,222). Sum of RGB (Red+Green+Blue) = 251+170+222=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAADE is #045521. Grayscale: #C8C8C8. Windows color (decimal): -283938 or 14592763. OLE color: 14592763.

HSL color Cylindrical-coordinate representation of color #FBAADE: hue angle of 321.48º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAADE is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251170222-
CMYK00.320.120.02
HSL321.48º91.01%82.55%-
HSV(B)321.48º32.27%98.43%-
XYZ67.3454.5376.08-
YUV200.15140.34164.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 170 (66.80% from 255) = 26.44%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=39.04%
G=26.44%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117022200.320.120.02321.4891.0182.55
HexFBAADE020C21415b53
Octal373252336040142501133123
Binary111110111010101011011110010000011001010100000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAADE; }

 p { color: rgb(251,170,222); }

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

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

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

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

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

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

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