#FEBEF1

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

Shades of Lavender Rose #FEBEF1

Tints of Lavender Rose #FEBEF1

Color information

#FEBEF1 (or 0xFEBEF1) is unknown color: approx Lavender Rose. HEX triplet: FE, BE and F1. RGB value is (254,190,241). Sum of RGB (Red+Green+Blue) = 254+190+241=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 190 (74.61% from 255 or 27.74% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEF1 is #01410E. Grayscale: #D6D6D6. Windows color (decimal): -82191 or 15843070. OLE color: 15843070.

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

Color convert

RGB254190241-
CMYK00.250.050.00
HSL312.19º96.97%87.06%-
HSV(B)312.19º25.2%99.61%-
XYZ75.1664.2591.66-
YUV214.95142.7155.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 190 (74.61% from 255) = 27.74%
BLUE value IS 241 (94.53% from 255) = 35.18%
R=37.08%
G=27.74%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419024100.250.050.00312.1996.9787.06
HexFEBEF1019501386157
Octal37627636103150470141127
Binary111111101011111011110001011001101010011100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEF1; }

 p { color: rgb(254,190,241); }

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

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

 a { background-color: rgb(254,190,241); }

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

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

 span { border-color: rgb(254,190,241); }

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