#FEB7F7

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

Shades of Lavender Rose #FEB7F7

Tints of Lavender Rose #FEB7F7

Color information

#FEB7F7 (or 0xFEB7F7) is unknown color: approx Lavender Rose. HEX triplet: FE, B7 and F7. RGB value is (254,183,247). Sum of RGB (Red+Green+Blue) = 254+183+247=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 183 (71.88% from 255 or 26.75% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7F7 is #014808. Grayscale: #D3D3D3. Windows color (decimal): -83977 or 16234494. OLE color: 16234494.

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

Color convert

RGB254183247-
CMYK00.280.030.00
HSL305.92º97.26%85.69%-
HSV(B)305.92º27.95%99.61%-
XYZ74.661.6595.96-
YUV211.52148.02158.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 183 (71.88% from 255) = 26.75%
BLUE value IS 247 (96.88% from 255) = 36.11%
R=37.13%
G=26.75%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418324700.280.030.00305.9297.2685.69
HexFEB7F701C301326156
Octal37626736703430462141126
Binary11111110101101111111011101110011010011001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7F7; }

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

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

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

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

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

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

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

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