#FEB7EB

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

Shades of Lavender Rose #FEB7EB

Tints of Lavender Rose #FEB7EB

Color information

#FEB7EB (or 0xFEB7EB) is unknown color: approx Lavender Rose. HEX triplet: FE, B7 and EB. RGB value is (254,183,235). Sum of RGB (Red+Green+Blue) = 254+183+235=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 183 (71.88% from 255 or 27.23% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7EB is #014814. Grayscale: #D2D2D2. Windows color (decimal): -83989 or 15448062. OLE color: 15448062.

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

Color convert

RGB254183235-
CMYK00.280.070.00
HSL316.06º97.26%85.69%-
HSV(B)316.06º27.95%99.61%-
XYZ72.860.9486.52-
YUV210.16142.02159.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 183 (71.88% from 255) = 27.23%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=37.80%
G=27.23%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418323500.280.070.00316.0697.2685.69
HexFEB7EB01C7013c6156
Octal37626735303470474141126
Binary111111101011011111101011011100111010011110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7EB; }

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

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

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

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

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

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

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

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