#FEB4E6

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

Shades of Lavender Rose #FEB4E6

Tints of Lavender Rose #FEB4E6

Color information

#FEB4E6 (or 0xFEB4E6) is unknown color: approx Lavender Rose. HEX triplet: FE, B4 and E6. RGB value is (254,180,230). Sum of RGB (Red+Green+Blue) = 254+180+230=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 180 (70.70% from 255 or 27.11% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4E6 is #014B19. Grayscale: #CFCFCF. Windows color (decimal): -84762 or 15119614. OLE color: 15119614.

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

Color convert

RGB254180230-
CMYK00.290.090.00
HSL319.46º97.37%85.1%-
HSV(B)319.46º29.13%99.61%-
XYZ71.4859.4382.57-
YUV207.83140.52160.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 180 (70.70% from 255) = 27.11%
BLUE value IS 230 (90.23% from 255) = 34.64%
R=38.25%
G=27.11%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418023000.290.090.00319.4697.3785.1
HexFEB4E601D9013f6155
Octal376264346035110477141125
Binary1111111010110100111001100111011001010011111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4E6; }

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

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

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

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

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

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

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

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