#FEB8F6

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

Shades of Lavender Rose #FEB8F6

Tints of Lavender Rose #FEB8F6

Color information

#FEB8F6 (or 0xFEB8F6) is unknown color: approx Lavender Rose. HEX triplet: FE, B8 and F6. RGB value is (254,184,246). Sum of RGB (Red+Green+Blue) = 254+184+246=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 184 (72.27% from 255 or 26.90% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8F6 is #014709. Grayscale: #D3D3D3. Windows color (decimal): -83722 or 16169214. OLE color: 16169214.

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

Color convert

RGB254184246-
CMYK00.280.030.00
HSL306.86º97.22%85.88%-
HSV(B)306.86º27.56%99.61%-
XYZ74.6562.0195.22-
YUV212147.19157.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 184 (72.27% from 255) = 26.90%
BLUE value IS 246 (96.48% from 255) = 35.96%
R=37.13%
G=26.90%
B=35.96%

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
Decimal25418424600.280.030.00306.8697.2285.88
HexFEB8F601C301336156
Octal37627036603430463141126
Binary11111110101110001111011001110011010011001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8F6; }

 p { color: rgb(254,184,246); }

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

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

 a { background-color: rgb(254,184,246); }

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

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

 span { border-color: rgb(254,184,246); }

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