#FEB7F9

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

Shades of Lavender Rose #FEB7F9

Tints of Lavender Rose #FEB7F9

Color information

#FEB7F9 (or 0xFEB7F9) is unknown color: approx Lavender Rose. HEX triplet: FE, B7 and F9. RGB value is (254,183,249). Sum of RGB (Red+Green+Blue) = 254+183+249=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 183 (71.88% from 255 or 26.68% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7F9 is #014806. Grayscale: #D3D3D3. Windows color (decimal): -83975 or 16365566. OLE color: 16365566.

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

Color convert

RGB254183249-
CMYK00.280.020.00
HSL304.23º97.26%85.69%-
HSV(B)304.23º27.95%99.61%-
XYZ74.9161.7897.6-
YUV211.75149.02158.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 183 (71.88% from 255) = 26.68%
BLUE value IS 249 (97.66% from 255) = 36.30%
R=37.03%
G=26.68%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418324900.280.020.00304.2397.2685.69
HexFEB7F901C201306156
Octal37626737103420460141126
Binary11111110101101111111100101110010010011000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7F9; }

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

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

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

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

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

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

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

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