#FBADE0

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

Shades of Lavender Rose #FBADE0

Tints of Lavender Rose #FBADE0

Color information

#FBADE0 (or 0xFBADE0) is unknown color: approx Lavender Rose. HEX triplet: FB, AD and E0. RGB value is (251,173,224). Sum of RGB (Red+Green+Blue) = 251+173+224=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADE0 is #04521F. Grayscale: #CACACA. Windows color (decimal): -283168 or 14724603. OLE color: 14724603.

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

Color convert

RGB251173224-
CMYK00.310.110.02
HSL320.77º90.7%83.14%-
HSV(B)320.77º31.08%98.43%-
XYZ68.1855.7877.69-
YUV202.14140.34162.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.73%
GREEN value IS 173 (67.97% from 255) = 26.70%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=38.73%
G=26.70%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117322400.310.110.02320.7790.783.14
HexFBADE001FB21415b53
Octal373255340037132501133123
Binary11111011101011011110000001111110111010100000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADE0; }

 p { color: rgb(251,173,224); }

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

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

 a { background-color: rgb(251,173,224); }

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

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

 span { border-color: rgb(251,173,224); }

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