#FEB3EB

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

Shades of Lavender Rose #FEB3EB

Tints of Lavender Rose #FEB3EB

Color information

#FEB3EB (or 0xFEB3EB) is unknown color: approx Lavender Rose. HEX triplet: FE, B3 and EB. RGB value is (254,179,235). Sum of RGB (Red+Green+Blue) = 254+179+235=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 179 (70.31% from 255 or 26.80% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3EB is #014C14. Grayscale: #CFCFCF. Windows color (decimal): -85013 or 15447038. OLE color: 15447038.

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

Color convert

RGB254179235-
CMYK00.300.070.00
HSL315.2º97.4%84.9%-
HSV(B)315.2º29.53%99.61%-
XYZ71.9959.3186.25-
YUV207.81143.35160.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 179 (70.31% from 255) = 26.80%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=38.02%
G=26.80%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417923500.300.070.00315.297.484.9
HexFEB3EB01E7013b6155
Octal37626335303670473141125
Binary111111101011001111101011011110111010011101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3EB; }

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

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

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

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

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

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

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

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