#FBADF2

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

Shades of Lavender Rose #FBADF2

Tints of Lavender Rose #FBADF2

Color information

#FBADF2 (or 0xFBADF2) is unknown color: approx Lavender Rose. HEX triplet: FB, AD and F2. RGB value is (251,173,242). Sum of RGB (Red+Green+Blue) = 251+173+242=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 173 (67.97% from 255 or 25.98% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADF2 is #04520D. Grayscale: #CBCBCB. Windows color (decimal): -283150 or 15904251. OLE color: 15904251.

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

Color convert

RGB251173242-
CMYK00.310.040.02
HSL306.92º90.7%83.14%-
HSV(B)306.92º31.08%98.43%-
XYZ70.7556.8191.24-
YUV204.19149.34161.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 173 (67.97% from 255) = 25.98%
BLUE value IS 242 (94.92% from 255) = 36.34%
R=37.69%
G=25.98%
B=36.34%

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
Decimal25117324200.310.040.02306.9290.783.14
HexFBADF201F421335b53
Octal37325536203742463133123
Binary1111101110101101111100100111111001010011001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADF2; }

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

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

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

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

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

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

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

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