#FBADE6

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

Shades of Lavender Rose #FBADE6

Tints of Lavender Rose #FBADE6

Color information

#FBADE6 (or 0xFBADE6) is unknown color: approx Lavender Rose. HEX triplet: FB, AD and E6. RGB value is (251,173,230). Sum of RGB (Red+Green+Blue) = 251+173+230=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADE6 is #045219. Grayscale: #CACACA. Windows color (decimal): -283162 or 15117819. OLE color: 15117819.

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

Color convert

RGB251173230-
CMYK00.310.080.02
HSL316.15º90.7%83.14%-
HSV(B)316.15º31.08%98.43%-
XYZ69.0156.1182.06-
YUV202.82143.34162.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 173 (67.97% from 255) = 26.45%
BLUE value IS 230 (90.23% from 255) = 35.17%
R=38.38%
G=26.45%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117323000.310.080.02316.1590.783.14
HexFBADE601F8213c5b53
Octal373255346037102474133123
Binary11111011101011011110011001111110001010011110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADE6; }

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

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

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

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

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

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

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

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