#F6ACE4

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

Shades of Lavender Rose #F6ACE4

Tints of Lavender Rose #F6ACE4

Color information

#F6ACE4 (or 0xF6ACE4) is unknown color: approx Lavender Rose. HEX triplet: F6, AC and E4. RGB value is (246,172,228). Sum of RGB (Red+Green+Blue) = 246+172+228=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACE4 is #09531B. Grayscale: #C8C8C8. Windows color (decimal): -611100 or 14986486. OLE color: 14986486.

HSL color Cylindrical-coordinate representation of color #F6ACE4: hue angle of 314.59º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ACE4 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB246172228-
CMYK00.300.070.04
HSL314.59º80.43%81.96%-
HSV(B)314.59º30.08%96.47%-
XYZ66.7654.780.44-
YUV200.51143.52160.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.08%
GREEN value IS 172 (67.58% from 255) = 26.63%
BLUE value IS 228 (89.45% from 255) = 35.29%
R=38.08%
G=26.63%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617222800.300.070.04314.5980.4381.96
HexF6ACE401E7413b5052
Octal36625434403674473120122
Binary11110110101011001110010001111011110010011101110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACE4; }

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

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

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

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

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

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

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

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