#FEB7FF

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

Shades of Lavender Rose #FEB7FF

Tints of Lavender Rose #FEB7FF

Color information

#FEB7FF (or 0xFEB7FF) is unknown color: approx Lavender Rose. HEX triplet: FE, B7 and FF. RGB value is (254,183,255). Sum of RGB (Red+Green+Blue) = 254+183+255=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 183 (71.88% from 255 or 26.45% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7FF is #014800. Grayscale: #D4D4D4. Windows color (decimal): -83969 or 16758782. OLE color: 16758782.

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

Color convert

RGB254183255-
CMYK0.000.2800
HSL299.17º100%85.88%-
HSV(B)299.17º28.24%100%-
XYZ75.8662.16102.61-
YUV212.44152.02157.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 183 (71.88% from 255) = 26.45%
BLUE value IS 255 (100% from 255) = 36.85%
R=36.71%
G=26.45%
B=36.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541832550.000.2800299.1710085.88
HexFEB7FF01C0012b6456
Octal37626737703400453144126
Binary1111111010110111111111110111000010010101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7FF; }

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

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

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

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

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

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

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

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