#FEB7F8

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

Shades of Lavender Rose #FEB7F8

Tints of Lavender Rose #FEB7F8

Color information

#FEB7F8 (or 0xFEB7F8) is unknown color: approx Lavender Rose. HEX triplet: FE, B7 and F8. RGB value is (254,183,248). Sum of RGB (Red+Green+Blue) = 254+183+248=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 183 (71.88% from 255 or 26.72% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7F8 is #014807. Grayscale: #D3D3D3. Windows color (decimal): -83976 or 16300030. OLE color: 16300030.

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

Color convert

RGB254183248-
CMYK00.280.020.00
HSL305.07º97.26%85.69%-
HSV(B)305.07º27.95%99.61%-
XYZ74.7561.7296.78-
YUV211.64148.52158.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 183 (71.88% from 255) = 26.72%
BLUE value IS 248 (97.27% from 255) = 36.20%
R=37.08%
G=26.72%
B=36.20%

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
Decimal25418324800.280.020.00305.0797.2685.69
HexFEB7F801C201316156
Octal37626737003420461141126
Binary11111110101101111111100001110010010011000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7F8; }

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

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

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

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

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

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

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

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