#F6B4EE

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

Shades of Lavender Rose #F6B4EE

Tints of Lavender Rose #F6B4EE

Color information

#F6B4EE (or 0xF6B4EE) is unknown color: approx Lavender Rose. HEX triplet: F6, B4 and EE. RGB value is (246,180,238). Sum of RGB (Red+Green+Blue) = 246+180+238=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 180 (70.70% from 255 or 27.11% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B4EE is #094B11. Grayscale: #CECECE. Windows color (decimal): -609042 or 15643894. OLE color: 15643894.

HSL color Cylindrical-coordinate representation of color #F6B4EE: hue angle of 307.27º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B4EE is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB246180238-
CMYK00.270.030.04
HSL307.27º78.57%83.53%-
HSV(B)307.27º26.83%96.47%-
XYZ69.7658.4188.49-
YUV206.35145.87156.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.05%
GREEN value IS 180 (70.70% from 255) = 27.11%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=37.05%
G=27.11%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618023800.270.030.04307.2778.5783.53
HexF6B4EE01B341334f54
Octal36626435603334463117124
Binary1111011010110100111011100110111110010011001110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B4EE; }

 p { color: rgb(246,180,238); }

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

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

 a { background-color: rgb(246,180,238); }

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

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

 span { border-color: rgb(246,180,238); }

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