#FBADF6

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

Shades of Lavender Rose #FBADF6

Tints of Lavender Rose #FBADF6

Color information

#FBADF6 (or 0xFBADF6) is unknown color: approx Lavender Rose. HEX triplet: FB, AD and F6. RGB value is (251,173,246). Sum of RGB (Red+Green+Blue) = 251+173+246=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADF6 is #045209. Grayscale: #CCCCCC. Windows color (decimal): -283146 or 16166395. OLE color: 16166395.

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

Color convert

RGB251173246-
CMYK00.310.020.02
HSL303.85º90.7%83.14%-
HSV(B)303.85º31.08%98.43%-
XYZ71.3657.0594.44-
YUV204.64151.34161.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 173 (67.97% from 255) = 25.82%
BLUE value IS 246 (96.48% from 255) = 36.72%
R=37.46%
G=25.82%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117324600.310.020.02303.8590.783.14
HexFBADF601F221305b53
Octal37325536603722460133123
Binary111110111010110111110110011111101010011000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADF6; }

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

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

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

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

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

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

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

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