#FEB3F5

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

Shades of Lavender Rose #FEB3F5

Tints of Lavender Rose #FEB3F5

Color information

#FEB3F5 (or 0xFEB3F5) is unknown color: approx Lavender Rose. HEX triplet: FE, B3 and F5. RGB value is (254,179,245). Sum of RGB (Red+Green+Blue) = 254+179+245=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 179 (70.31% from 255 or 26.40% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3F5 is #014C0A. Grayscale: #D0D0D0. Windows color (decimal): -85003 or 16102398. OLE color: 16102398.

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

Color convert

RGB254179245-
CMYK00.300.040.00
HSL307.2º97.4%84.9%-
HSV(B)307.2º29.53%99.61%-
XYZ73.4759.994.08-
YUV208.95148.35160.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 179 (70.31% from 255) = 26.40%
BLUE value IS 245 (96.09% from 255) = 36.14%
R=37.46%
G=26.40%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417924500.300.040.00307.297.484.9
HexFEB3F501E401336155
Octal37626336503640463141125
Binary111111101011001111110101011110100010011001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3F5; }

 p { color: rgb(254,179,245); }

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

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

 a { background-color: rgb(254,179,245); }

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

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

 span { border-color: rgb(254,179,245); }

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