#FEB6F6

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

Shades of Lavender Rose #FEB6F6

Tints of Lavender Rose #FEB6F6

Color information

#FEB6F6 (or 0xFEB6F6) is unknown color: approx Lavender Rose. HEX triplet: FE, B6 and F6. RGB value is (254,182,246). Sum of RGB (Red+Green+Blue) = 254+182+246=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 182 (71.48% from 255 or 26.69% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6F6 is #014909. Grayscale: #D2D2D2. Windows color (decimal): -84234 or 16168702. OLE color: 16168702.

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

Color convert

RGB254182246-
CMYK00.280.030.00
HSL306.67º97.3%85.49%-
HSV(B)306.67º28.35%99.61%-
XYZ74.2461.1895.09-
YUV210.82147.85158.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 182 (71.48% from 255) = 26.69%
BLUE value IS 246 (96.48% from 255) = 36.07%
R=37.24%
G=26.69%
B=36.07%

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
Decimal25418224600.280.030.00306.6797.385.49
HexFEB6F601C301336155
Octal37626636603430463141125
Binary11111110101101101111011001110011010011001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6F6; }

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

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

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

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

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

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

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

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