#FEB7F3

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

Shades of Lavender Rose #FEB7F3

Tints of Lavender Rose #FEB7F3

Color information

#FEB7F3 (or 0xFEB7F3) is unknown color: approx Lavender Rose. HEX triplet: FE, B7 and F3. RGB value is (254,183,243). Sum of RGB (Red+Green+Blue) = 254+183+243=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 183 (71.88% from 255 or 26.91% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7F3 is #01480C. Grayscale: #D2D2D2. Windows color (decimal): -83981 or 15972350. OLE color: 15972350.

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

Color convert

RGB254183243-
CMYK00.280.040.00
HSL309.3º97.26%85.69%-
HSV(B)309.3º27.95%99.61%-
XYZ73.9861.4192.75-
YUV211.07146.02158.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 183 (71.88% from 255) = 26.91%
BLUE value IS 243 (95.31% from 255) = 35.74%
R=37.35%
G=26.91%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418324300.280.040.00309.397.2685.69
HexFEB7F301C401356156
Octal37626736303440465141126
Binary111111101011011111110011011100100010011010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7F3; }

 p { color: rgb(254,183,243); }

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

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

 a { background-color: rgb(254,183,243); }

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

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

 span { border-color: rgb(254,183,243); }

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