#FEB7EF

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

Shades of Lavender Rose #FEB7EF

Tints of Lavender Rose #FEB7EF

Color information

#FEB7EF (or 0xFEB7EF) is unknown color: approx Lavender Rose. HEX triplet: FE, B7 and EF. RGB value is (254,183,239). Sum of RGB (Red+Green+Blue) = 254+183+239=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 183 (71.88% from 255 or 27.07% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7EF is #014810. Grayscale: #D2D2D2. Windows color (decimal): -83985 or 15710206. OLE color: 15710206.

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

Color convert

RGB254183239-
CMYK00.280.060.00
HSL312.68º97.26%85.69%-
HSV(B)312.68º27.95%99.61%-
XYZ73.3961.1789.6-
YUV210.61144.02158.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 183 (71.88% from 255) = 27.07%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=37.57%
G=27.07%
B=35.36%

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
Decimal25418323900.280.060.00312.6897.2685.69
HexFEB7EF01C601396156
Octal37626735703460471141126
Binary111111101011011111101111011100110010011100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7EF; }

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

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

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

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

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

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

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

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