#FEB8EF

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

Shades of Lavender Rose #FEB8EF

Tints of Lavender Rose #FEB8EF

Color information

#FEB8EF (or 0xFEB8EF) is unknown color: approx Lavender Rose. HEX triplet: FE, B8 and EF. RGB value is (254,184,239). Sum of RGB (Red+Green+Blue) = 254+184+239=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 184 (72.27% from 255 or 27.18% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8EF is #014710. Grayscale: #D3D3D3. Windows color (decimal): -83729 or 15710462. OLE color: 15710462.

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

Color convert

RGB254184239-
CMYK00.280.060.00
HSL312.86º97.22%85.88%-
HSV(B)312.86º27.56%99.61%-
XYZ73.5961.5889.67-
YUV211.2143.69158.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 184 (72.27% from 255) = 27.18%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=37.52%
G=27.18%
B=35.30%

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
Decimal25418423900.280.060.00312.8697.2285.88
HexFEB8EF01C601396156
Octal37627035703460471141126
Binary111111101011100011101111011100110010011100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8EF; }

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

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

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

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

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

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

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

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