#FEB0F6

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

Shades of Lavender Rose #FEB0F6

Tints of Lavender Rose #FEB0F6

Color information

#FEB0F6 (or 0xFEB0F6) is unknown color: approx Lavender Rose. HEX triplet: FE, B0 and F6. RGB value is (254,176,246). Sum of RGB (Red+Green+Blue) = 254+176+246=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 176 (69.14% from 255 or 26.04% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB0F6 is #014F09. Grayscale: #CFCFCF. Windows color (decimal): -85770 or 16167166. OLE color: 16167166.

HSL color Cylindrical-coordinate representation of color #FEB0F6: hue angle of 306.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0F6 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB254176246-
CMYK00.310.030.00
HSL306.15º97.5%84.31%-
HSV(B)306.15º30.71%99.61%-
XYZ73.0358.7894.68-
YUV207.3149.84161.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 176 (69.14% from 255) = 26.04%
BLUE value IS 246 (96.48% from 255) = 36.39%
R=37.57%
G=26.04%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417624600.310.030.00306.1597.584.31
HexFEB0F601F301326254
Octal37626036603730462142124
Binary11111110101100001111011001111111010011001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0F6; }

 p { color: rgb(254,176,246); }

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

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

 a { background-color: rgb(254,176,246); }

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

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

 span { border-color: rgb(254,176,246); }

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