#FEB2EA

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

Shades of Lavender Rose #FEB2EA

Tints of Lavender Rose #FEB2EA

Color information

#FEB2EA (or 0xFEB2EA) is unknown color: approx Lavender Rose. HEX triplet: FE, B2 and EA. RGB value is (254,178,234). Sum of RGB (Red+Green+Blue) = 254+178+234=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2EA is #014D15. Grayscale: #CECECE. Windows color (decimal): -85270 or 15381246. OLE color: 15381246.

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

Color convert

RGB254178234-
CMYK00.300.080.00
HSL315.79º97.44%84.71%-
HSV(B)315.79º29.92%99.61%-
XYZ71.6458.8585.43-
YUV207.11143.18161.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 178 (69.92% from 255) = 26.73%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=38.14%
G=26.73%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417823400.300.080.00315.7997.4484.71
HexFEB2EA01E8013c6155
Octal376262352036100474141125
Binary1111111010110010111010100111101000010011110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2EA; }

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

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

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

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

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

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

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

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