#FEB2F9

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

Shades of Lavender Rose #FEB2F9

Tints of Lavender Rose #FEB2F9

Color information

#FEB2F9 (or 0xFEB2F9) is unknown color: approx Lavender Rose. HEX triplet: FE, B2 and F9. RGB value is (254,178,249). Sum of RGB (Red+Green+Blue) = 254+178+249=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 178 (69.92% from 255 or 26.14% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2F9 is #014D06. Grayscale: #D0D0D0. Windows color (decimal): -85255 or 16364286. OLE color: 16364286.

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

Color convert

RGB254178249-
CMYK00.300.020.00
HSL303.95º97.44%84.71%-
HSV(B)303.95º29.92%99.61%-
XYZ73.8959.7597.26-
YUV208.82150.68160.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 178 (69.92% from 255) = 26.14%
BLUE value IS 249 (97.66% from 255) = 36.56%
R=37.30%
G=26.14%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417824900.300.020.00303.9597.4484.71
HexFEB2F901E201306155
Octal37626237103620460141125
Binary11111110101100101111100101111010010011000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2F9; }

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

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

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

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

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

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

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

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