#FEB7E7

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

Shades of Lavender Rose #FEB7E7

Tints of Lavender Rose #FEB7E7

Color information

#FEB7E7 (or 0xFEB7E7) is unknown color: approx Lavender Rose. HEX triplet: FE, B7 and E7. RGB value is (254,183,231). Sum of RGB (Red+Green+Blue) = 254+183+231=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 183 (71.88% from 255 or 27.40% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7E7 is #014818. Grayscale: #D1D1D1. Windows color (decimal): -83993 or 15185918. OLE color: 15185918.

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

Color convert

RGB254183231-
CMYK00.280.090.00
HSL319.44º97.26%85.69%-
HSV(B)319.44º27.95%99.61%-
XYZ72.2360.7183.51-
YUV209.7140.02159.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 183 (71.88% from 255) = 27.40%
BLUE value IS 231 (90.62% from 255) = 34.58%
R=38.02%
G=27.40%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418323100.280.090.00319.4497.2685.69
HexFEB7E701C9013f6156
Octal376267347034110477141126
Binary1111111010110111111001110111001001010011111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7E7; }

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

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

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

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

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

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

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

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