#F4ACF6

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

Shades of Lavender Rose #F4ACF6

Tints of Lavender Rose #F4ACF6

Color information

#F4ACF6 (or 0xF4ACF6) is unknown color: approx Lavender Rose. HEX triplet: F4, AC and F6. RGB value is (244,172,246). Sum of RGB (Red+Green+Blue) = 244+172+246=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 172 (67.58% from 255 or 25.98% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: blue. Hex color #F4ACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ACF6 is #0B5309. Grayscale: #C9C9C9. Windows color (decimal): -742154 or 16166132. OLE color: 16166132.

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

Color convert

RGB244172246-
CMYK0.010.3000.04
HSL298.38º80.43%81.96%-
HSV(B)298.38º30.08%96.47%-
XYZ68.755.3994.26-
YUV201.96152.85157.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.86%
GREEN value IS 172 (67.58% from 255) = 25.98%
BLUE value IS 246 (96.48% from 255) = 37.16%
R=36.86%
G=25.98%
B=37.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441722460.010.3000.04298.3880.4381.96
HexF4ACF611E0412a5052
Octal36425436613604452120122
Binary111101001010110011110110111110010010010101010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACF6; }

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

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

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

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

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

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

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

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