#FEB3E6

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

Shades of Lavender Rose #FEB3E6

Tints of Lavender Rose #FEB3E6

Color information

#FEB3E6 (or 0xFEB3E6) is unknown color: approx Lavender Rose. HEX triplet: FE, B3 and E6. RGB value is (254,179,230). Sum of RGB (Red+Green+Blue) = 254+179+230=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 179 (70.31% from 255 or 27.00% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3E6 is #014C19. Grayscale: #CFCFCF. Windows color (decimal): -85018 or 15119358. OLE color: 15119358.

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

Color convert

RGB254179230-
CMYK00.300.090.00
HSL319.2º97.4%84.9%-
HSV(B)319.2º29.53%99.61%-
XYZ71.2859.0282.5-
YUV207.24140.85161.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 179 (70.31% from 255) = 27.00%
BLUE value IS 230 (90.23% from 255) = 34.69%
R=38.31%
G=27.00%
B=34.69%

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
Decimal25417923000.300.090.00319.297.484.9
HexFEB3E601E9013f6155
Octal376263346036110477141125
Binary1111111010110011111001100111101001010011111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3E6; }

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

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

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

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

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

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

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

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