#F6B4ED

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

Shades of Lavender Rose #F6B4ED

Tints of Lavender Rose #F6B4ED

Color information

#F6B4ED (or 0xF6B4ED) is unknown color: approx Lavender Rose. HEX triplet: F6, B4 and ED. RGB value is (246,180,237). Sum of RGB (Red+Green+Blue) = 246+180+237=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 180 (70.70% from 255 or 27.15% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B4ED is #094B12. Grayscale: #CECECE. Windows color (decimal): -609043 or 15578358. OLE color: 15578358.

HSL color Cylindrical-coordinate representation of color #F6B4ED: hue angle of 308.18º 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 #F6B4ED is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246180237-
CMYK00.270.040.04
HSL308.18º78.57%83.53%-
HSV(B)308.18º26.83%96.47%-
XYZ69.6158.3587.71-
YUV206.23145.37156.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.10%
GREEN value IS 180 (70.70% from 255) = 27.15%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=37.10%
G=27.15%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618023700.270.040.04308.1878.5783.53
HexF6B4ED01B441344f54
Octal36626435503344464117124
Binary11110110101101001110110101101110010010011010010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B4ED; }

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

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

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

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

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

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

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

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