#FBADF4

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

Shades of Lavender Rose #FBADF4

Tints of Lavender Rose #FBADF4

Color information

#FBADF4 (or 0xFBADF4) is unknown color: approx Lavender Rose. HEX triplet: FB, AD and F4. RGB value is (251,173,244). Sum of RGB (Red+Green+Blue) = 251+173+244=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 173 (67.97% from 255 or 25.90% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADF4 is #04520B. Grayscale: #CCCCCC. Windows color (decimal): -283148 or 16035323. OLE color: 16035323.

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

Color convert

RGB251173244-
CMYK00.310.030.02
HSL305.38º90.7%83.14%-
HSV(B)305.38º31.08%98.43%-
XYZ71.0656.9392.83-
YUV204.42150.34161.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 173 (67.97% from 255) = 25.90%
BLUE value IS 244 (95.70% from 255) = 36.53%
R=37.57%
G=25.90%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117324400.310.030.02305.3890.783.14
HexFBADF401F321315b53
Octal37325536403732461133123
Binary111110111010110111110100011111111010011000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADF4; }

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

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

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

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

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

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

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

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