#FEB7FC

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

Shades of Lavender Rose #FEB7FC

Tints of Lavender Rose #FEB7FC

Color information

#FEB7FC (or 0xFEB7FC) is unknown color: approx Lavender Rose. HEX triplet: FE, B7 and FC. RGB value is (254,183,252). Sum of RGB (Red+Green+Blue) = 254+183+252=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 183 (71.88% from 255 or 26.56% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7FC is #014803. Grayscale: #D3D3D3. Windows color (decimal): -83972 or 16562174. OLE color: 16562174.

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

Color convert

RGB254183252-
CMYK00.280.010.00
HSL301.69º97.26%85.69%-
HSV(B)301.69º27.95%99.61%-
XYZ75.3861.97100.08-
YUV212.1150.52157.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 183 (71.88% from 255) = 26.56%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=36.87%
G=26.56%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418325200.280.010.00301.6997.2685.69
HexFEB7FC01C1012e6156
Octal37626737403410456141126
Binary1111111010110111111111000111001010010111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7FC; }

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

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

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

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

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

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

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

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