#FEBBF9

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

Shades of Lavender Rose #FEBBF9

Tints of Lavender Rose #FEBBF9

Color information

#FEBBF9 (or 0xFEBBF9) is unknown color: approx Lavender Rose. HEX triplet: FE, BB and F9. RGB value is (254,187,249). Sum of RGB (Red+Green+Blue) = 254+187+249=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 187 (73.44% from 255 or 27.10% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBF9 is #014406. Grayscale: #D5D5D5. Windows color (decimal): -82951 or 16366590. OLE color: 16366590.

HSL color Cylindrical-coordinate representation of color #FEBBF9: hue angle of 304.48º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBF9 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254187249-
CMYK00.260.020.00
HSL304.48º97.1%86.47%-
HSV(B)304.48º26.38%99.61%-
XYZ75.7463.4597.88-
YUV214.1147.7156.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 187 (73.44% from 255) = 27.10%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=36.81%
G=27.10%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418724900.260.020.00304.4897.186.47
HexFEBBF901A201306156
Octal37627337103220460141126
Binary11111110101110111111100101101010010011000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBF9; }

 p { color: rgb(254,187,249); }

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

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

 a { background-color: rgb(254,187,249); }

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

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

 span { border-color: rgb(254,187,249); }

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