#FEB6E8

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

Shades of Lavender Rose #FEB6E8

Tints of Lavender Rose #FEB6E8

Color information

#FEB6E8 (or 0xFEB6E8) is unknown color: approx Lavender Rose. HEX triplet: FE, B6 and E8. RGB value is (254,182,232). Sum of RGB (Red+Green+Blue) = 254+182+232=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 182 (71.48% from 255 or 27.25% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6E8 is #014917. Grayscale: #D1D1D1. Windows color (decimal): -84248 or 15251198. OLE color: 15251198.

HSL color Cylindrical-coordinate representation of color #FEB6E8: hue angle of 318.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB6E8 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB254182232-
CMYK00.280.090.00
HSL318.33º97.3%85.49%-
HSV(B)318.33º28.35%99.61%-
XYZ72.1760.3584.19-
YUV209.23140.85159.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 182 (71.48% from 255) = 27.25%
BLUE value IS 232 (91.02% from 255) = 34.73%
R=38.02%
G=27.25%
B=34.73%

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
Decimal25418223200.280.090.00318.3397.385.49
HexFEB6E801C9013e6155
Octal376266350034110476141125
Binary1111111010110110111010000111001001010011111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6E8; }

 p { color: rgb(254,182,232); }

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

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

 a { background-color: rgb(254,182,232); }

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

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

 span { border-color: rgb(254,182,232); }

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