#FEB6FC

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

Shades of Lavender Rose #FEB6FC

Tints of Lavender Rose #FEB6FC

Color information

#FEB6FC (or 0xFEB6FC) is unknown color: approx Lavender Rose. HEX triplet: FE, B6 and FC. RGB value is (254,182,252). Sum of RGB (Red+Green+Blue) = 254+182+252=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 182 (71.48% from 255 or 26.45% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6FC is #014903. Grayscale: #D3D3D3. Windows color (decimal): -84228 or 16561918. OLE color: 16561918.

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

Color convert

RGB254182252-
CMYK00.280.010.00
HSL301.67º97.3%85.49%-
HSV(B)301.67º28.35%99.61%-
XYZ75.1761.56100.01-
YUV211.51150.85158.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 182 (71.48% from 255) = 26.45%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=36.92%
G=26.45%
B=36.63%

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
Decimal25418225200.280.010.00301.6797.385.49
HexFEB6FC01C1012e6155
Octal37626637403410456141125
Binary1111111010110110111111000111001010010111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6FC; }

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

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

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

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

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

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

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

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