#F4ACE0

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

Shades of Lavender Rose #F4ACE0

Tints of Lavender Rose #F4ACE0

Color information

#F4ACE0 (or 0xF4ACE0) is unknown color: approx Lavender Rose. HEX triplet: F4, AC and E0. RGB value is (244,172,224). Sum of RGB (Red+Green+Blue) = 244+172+224=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACE0 is #0B531F. Grayscale: #C7C7C7. Windows color (decimal): -742176 or 14724340. OLE color: 14724340.

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

Color convert

RGB244172224-
CMYK00.300.080.04
HSL316.67º76.6%81.57%-
HSV(B)316.67º29.51%95.69%-
XYZ65.5254.1277.51-
YUV199.46141.85159.77-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.12%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 224 (87.89% from 255) = 35%
R=38.12%
G=26.88%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417222400.300.080.04316.6776.681.57
HexF4ACE001E8413d4d52
Octal364254340036104475115122
Binary111101001010110011100000011110100010010011110110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACE0; }

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

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

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

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

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

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

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

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