#FEB7FB

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

Shades of Lavender Rose #FEB7FB

Tints of Lavender Rose #FEB7FB

Color information

#FEB7FB (or 0xFEB7FB) is unknown color: approx Lavender Rose. HEX triplet: FE, B7 and FB. RGB value is (254,183,251). Sum of RGB (Red+Green+Blue) = 254+183+251=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 183 (71.88% from 255 or 26.60% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7FB is #014804. Grayscale: #D3D3D3. Windows color (decimal): -83973 or 16496638. OLE color: 16496638.

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

Color convert

RGB254183251-
CMYK00.280.010.00
HSL302.54º97.26%85.69%-
HSV(B)302.54º27.95%99.61%-
XYZ75.2261.999.25-
YUV211.98150.02157.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 183 (71.88% from 255) = 26.60%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=36.92%
G=26.60%
B=36.48%

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
Decimal25418325100.280.010.00302.5497.2685.69
HexFEB7FB01C1012f6156
Octal37626737303410457141126
Binary1111111010110111111110110111001010010111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7FB; }

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

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

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

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

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

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

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

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