#FEB6F9

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

Shades of Lavender Rose #FEB6F9

Tints of Lavender Rose #FEB6F9

Color information

#FEB6F9 (or 0xFEB6F9) is unknown color: approx Lavender Rose. HEX triplet: FE, B6 and F9. RGB value is (254,182,249). Sum of RGB (Red+Green+Blue) = 254+182+249=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 182 (71.48% from 255 or 26.57% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6F9 is #014906. Grayscale: #D2D2D2. Windows color (decimal): -84231 or 16365310. OLE color: 16365310.

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

Color convert

RGB254182249-
CMYK00.280.020.00
HSL304.17º97.3%85.49%-
HSV(B)304.17º28.35%99.61%-
XYZ74.761.3797.53-
YUV211.17149.35158.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 182 (71.48% from 255) = 26.57%
BLUE value IS 249 (97.66% from 255) = 36.35%
R=37.08%
G=26.57%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418224900.280.020.00304.1797.385.49
HexFEB6F901C201306155
Octal37626637103420460141125
Binary11111110101101101111100101110010010011000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6F9; }

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

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

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

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

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

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

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

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