#FEB6FB

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

Shades of Lavender Rose #FEB6FB

Tints of Lavender Rose #FEB6FB

Color information

#FEB6FB (or 0xFEB6FB) is unknown color: approx Lavender Rose. HEX triplet: FE, B6 and FB. RGB value is (254,182,251). Sum of RGB (Red+Green+Blue) = 254+182+251=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 182 (71.48% from 255 or 26.49% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6FB is #014904. Grayscale: #D3D3D3. Windows color (decimal): -84229 or 16496382. OLE color: 16496382.

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

Color convert

RGB254182251-
CMYK00.280.010.00
HSL302.5º97.3%85.49%-
HSV(B)302.5º28.35%99.61%-
XYZ75.0161.4999.18-
YUV211.39150.35158.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 182 (71.48% from 255) = 26.49%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=36.97%
G=26.49%
B=36.54%

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
Decimal25418225100.280.010.00302.597.385.49
HexFEB6FB01C1012e6155
Octal37626637303410456141125
Binary1111111010110110111110110111001010010111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6FB; }

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

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

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

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

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

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

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

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