#FEB2E6

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

Shades of Lavender Rose #FEB2E6

Tints of Lavender Rose #FEB2E6

Color information

#FEB2E6 (or 0xFEB2E6) is unknown color: approx Lavender Rose. HEX triplet: FE, B2 and E6. RGB value is (254,178,230). Sum of RGB (Red+Green+Blue) = 254+178+230=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 178 (69.92% from 255 or 26.89% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2E6 is #014D19. Grayscale: #CECECE. Windows color (decimal): -85274 or 15119102. OLE color: 15119102.

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

Color convert

RGB254178230-
CMYK00.300.090.00
HSL318.95º97.44%84.71%-
HSV(B)318.95º29.92%99.61%-
XYZ71.0858.6282.43-
YUV206.65141.18161.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 178 (69.92% from 255) = 26.89%
BLUE value IS 230 (90.23% from 255) = 34.74%
R=38.37%
G=26.89%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417823000.300.090.00318.9597.4484.71
HexFEB2E601E9013f6155
Octal376262346036110477141125
Binary1111111010110010111001100111101001010011111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2E6; }

 p { color: rgb(254,178,230); }

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

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

 a { background-color: rgb(254,178,230); }

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

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

 span { border-color: rgb(254,178,230); }

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