#FEB2E4

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

Shades of Lavender Rose #FEB2E4

Tints of Lavender Rose #FEB2E4

Color information

#FEB2E4 (or 0xFEB2E4) is unknown color: approx Lavender Rose. HEX triplet: FE, B2 and E4. RGB value is (254,178,228). Sum of RGB (Red+Green+Blue) = 254+178+228=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 178 (69.92% from 255 or 26.97% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2E4 is #014D1B. Grayscale: #CECECE. Windows color (decimal): -85276 or 14988030. OLE color: 14988030.

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

Color convert

RGB254178228-
CMYK00.300.100.00
HSL320.53º97.44%84.71%-
HSV(B)320.53º29.92%99.61%-
XYZ70.858.5180.96-
YUV206.42140.18161.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 178 (69.92% from 255) = 26.97%
BLUE value IS 228 (89.45% from 255) = 34.55%
R=38.48%
G=26.97%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417822800.300.100.00320.5397.4484.71
HexFEB2E401EA01416155
Octal376262344036120501141125
Binary1111111010110010111001000111101010010100000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2E4; }

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

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

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

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

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

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

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

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