#F6BAE4

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

Shades of Lavender Rose #F6BAE4

Tints of Lavender Rose #F6BAE4

Color information

#F6BAE4 (or 0xF6BAE4) is unknown color: approx Lavender Rose. HEX triplet: F6, BA and E4. RGB value is (246,186,228). Sum of RGB (Red+Green+Blue) = 246+186+228=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BAE4 is #09451B. Grayscale: #D0D0D0. Windows color (decimal): -607516 or 14990070. OLE color: 14990070.

HSL color Cylindrical-coordinate representation of color #F6BAE4: hue angle of 318º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BAE4 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB246186228-
CMYK00.240.070.04
HSL318º76.92%84.71%-
HSV(B)318º24.39%96.47%-
XYZ69.5760.3181.37-
YUV208.73138.88154.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.27%
GREEN value IS 186 (73.05% from 255) = 28.18%
BLUE value IS 228 (89.45% from 255) = 34.55%
R=37.27%
G=28.18%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618622800.240.070.0431876.9284.71
HexF6BAE40187413e4d55
Octal36627234403074476115125
Binary11110110101110101110010001100011110010011111010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BAE4; }

 p { color: rgb(246,186,228); }

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

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

 a { background-color: rgb(246,186,228); }

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

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

 span { border-color: rgb(246,186,228); }

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