#FEB3EF

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

Shades of Lavender Rose #FEB3EF

Tints of Lavender Rose #FEB3EF

Color information

#FEB3EF (or 0xFEB3EF) is unknown color: approx Lavender Rose. HEX triplet: FE, B3 and EF. RGB value is (254,179,239). Sum of RGB (Red+Green+Blue) = 254+179+239=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 179 (70.31% from 255 or 26.64% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3EF is #014C10. Grayscale: #D0D0D0. Windows color (decimal): -85009 or 15709182. OLE color: 15709182.

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

Color convert

RGB254179239-
CMYK00.300.060.00
HSL312º97.4%84.9%-
HSV(B)312º29.53%99.61%-
XYZ72.5759.5489.33-
YUV208.26145.35160.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 179 (70.31% from 255) = 26.64%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=37.80%
G=26.64%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417923900.300.060.0031297.484.9
HexFEB3EF01E601386155
Octal37626335703660470141125
Binary111111101011001111101111011110110010011100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3EF; }

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

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

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

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

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

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

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

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