#FBADE4

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

Shades of Lavender Rose #FBADE4

Tints of Lavender Rose #FBADE4

Color information

#FBADE4 (or 0xFBADE4) is unknown color: approx Lavender Rose. HEX triplet: FB, AD and E4. RGB value is (251,173,228). Sum of RGB (Red+Green+Blue) = 251+173+228=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADE4 is #04521B. Grayscale: #CACACA. Windows color (decimal): -283164 or 14986747. OLE color: 14986747.

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

Color convert

RGB251173228-
CMYK00.310.090.02
HSL317.69º90.7%83.14%-
HSV(B)317.69º31.08%98.43%-
XYZ68.735680.58-
YUV202.59142.34162.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 173 (67.97% from 255) = 26.53%
BLUE value IS 228 (89.45% from 255) = 34.97%
R=38.50%
G=26.53%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117322800.310.090.02317.6990.783.14
HexFBADE401F9213e5b53
Octal373255344037112476133123
Binary11111011101011011110010001111110011010011111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADE4; }

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

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

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

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

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

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

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

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