#FBADEC

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

Shades of Lavender Rose #FBADEC

Tints of Lavender Rose #FBADEC

Color information

#FBADEC (or 0xFBADEC) is unknown color: approx Lavender Rose. HEX triplet: FB, AD and EC. RGB value is (251,173,236). Sum of RGB (Red+Green+Blue) = 251+173+236=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADEC is #045213. Grayscale: #CBCBCB. Windows color (decimal): -283156 or 15511035. OLE color: 15511035.

HSL color Cylindrical-coordinate representation of color #FBADEC: hue angle of 311.54º 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 #FBADEC is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251173236-
CMYK00.310.060.02
HSL311.54º90.7%83.14%-
HSV(B)311.54º31.08%98.43%-
XYZ69.8756.4586.57-
YUV203.5146.34161.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.03%
GREEN value IS 173 (67.97% from 255) = 26.21%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=38.03%
G=26.21%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117323600.310.060.02311.5490.783.14
HexFBADEC01F621385b53
Octal37325535403762470133123
Binary1111101110101101111011000111111101010011100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADEC; }

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

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

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

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

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

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

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

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