#FEB6EF

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

Shades of Lavender Rose #FEB6EF

Tints of Lavender Rose #FEB6EF

Color information

#FEB6EF (or 0xFEB6EF) is unknown color: approx Lavender Rose. HEX triplet: FE, B6 and EF. RGB value is (254,182,239). Sum of RGB (Red+Green+Blue) = 254+182+239=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 182 (71.48% from 255 or 26.96% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6EF is #014910. Grayscale: #D1D1D1. Windows color (decimal): -84241 or 15709950. OLE color: 15709950.

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

Color convert

RGB254182239-
CMYK00.280.060.00
HSL312.5º97.3%85.49%-
HSV(B)312.5º28.35%99.61%-
XYZ73.1860.7689.53-
YUV210.03144.35159.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 182 (71.48% from 255) = 26.96%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=37.63%
G=26.96%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418223900.280.060.00312.597.385.49
HexFEB6EF01C601386155
Octal37626635703460470141125
Binary111111101011011011101111011100110010011100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6EF; }

 p { color: rgb(254,182,239); }

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

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

 a { background-color: rgb(254,182,239); }

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

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

 span { border-color: rgb(254,182,239); }

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