#FBADF0

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

Shades of Lavender Rose #FBADF0

Tints of Lavender Rose #FBADF0

Color information

#FBADF0 (or 0xFBADF0) is unknown color: approx Lavender Rose. HEX triplet: FB, AD and F0. RGB value is (251,173,240). Sum of RGB (Red+Green+Blue) = 251+173+240=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 173 (67.97% from 255 or 26.05% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADF0 is #04520F. Grayscale: #CBCBCB. Windows color (decimal): -283152 or 15773179. OLE color: 15773179.

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

Color convert

RGB251173240-
CMYK00.310.040.02
HSL308.46º90.7%83.14%-
HSV(B)308.46º31.08%98.43%-
XYZ70.4656.6989.67-
YUV203.96148.34161.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 173 (67.97% from 255) = 26.05%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=37.80%
G=26.05%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117324000.310.040.02308.4690.783.14
HexFBADF001F421345b53
Octal37325536003742464133123
Binary1111101110101101111100000111111001010011010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADF0; }

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

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

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

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

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

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

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

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