#FEB6F7

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

Shades of Lavender Rose #FEB6F7

Tints of Lavender Rose #FEB6F7

Color information

#FEB6F7 (or 0xFEB6F7) is unknown color: approx Lavender Rose. HEX triplet: FE, B6 and F7. RGB value is (254,182,247). Sum of RGB (Red+Green+Blue) = 254+182+247=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 182 (71.48% from 255 or 26.65% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6F7 is #014908. Grayscale: #D2D2D2. Windows color (decimal): -84233 or 16234238. OLE color: 16234238.

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

Color convert

RGB254182247-
CMYK00.280.030.00
HSL305.83º97.3%85.49%-
HSV(B)305.83º28.35%99.61%-
XYZ74.3961.2495.9-
YUV210.94148.35158.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 182 (71.48% from 255) = 26.65%
BLUE value IS 247 (96.88% from 255) = 36.16%
R=37.19%
G=26.65%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418224700.280.030.00305.8397.385.49
HexFEB6F701C301326155
Octal37626636703430462141125
Binary11111110101101101111011101110011010011001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6F7; }

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

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

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

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

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

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

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

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