#FBADF5

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

Shades of Lavender Rose #FBADF5

Tints of Lavender Rose #FBADF5

Color information

#FBADF5 (or 0xFBADF5) is unknown color: approx Lavender Rose. HEX triplet: FB, AD and F5. RGB value is (251,173,245). Sum of RGB (Red+Green+Blue) = 251+173+245=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 173 (67.97% from 255 or 25.86% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADF5 is #04520A. Grayscale: #CCCCCC. Windows color (decimal): -283147 or 16100859. OLE color: 16100859.

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

Color convert

RGB251173245-
CMYK00.310.020.02
HSL304.62º90.7%83.14%-
HSV(B)304.62º31.08%98.43%-
XYZ71.2156.9993.63-
YUV204.53150.84161.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 173 (67.97% from 255) = 25.86%
BLUE value IS 245 (96.09% from 255) = 36.62%
R=37.52%
G=25.86%
B=36.62%

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
Decimal25117324500.310.020.02304.6290.783.14
HexFBADF501F221315b53
Octal37325536503722461133123
Binary111110111010110111110101011111101010011000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADF5; }

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

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

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

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

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

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

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

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