#F4ACE4

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

Shades of Lavender Rose #F4ACE4

Tints of Lavender Rose #F4ACE4

Color information

#F4ACE4 (or 0xF4ACE4) is unknown color: approx Lavender Rose. HEX triplet: F4, AC and E4. RGB value is (244,172,228). Sum of RGB (Red+Green+Blue) = 244+172+228=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACE4 is #0B531B. Grayscale: #C7C7C7. Windows color (decimal): -742172 or 14986484. OLE color: 14986484.

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

Color convert

RGB244172228-
CMYK00.300.070.04
HSL313.33º76.6%81.57%-
HSV(B)313.33º29.51%95.69%-
XYZ66.0654.3480.41-
YUV199.91143.85159.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.89%
GREEN value IS 172 (67.58% from 255) = 26.71%
BLUE value IS 228 (89.45% from 255) = 35.40%
R=37.89%
G=26.71%
B=35.40%

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
Decimal24417222800.300.070.04313.3376.681.57
HexF4ACE401E741394d52
Octal36425434403674471115122
Binary11110100101011001110010001111011110010011100110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACE4; }

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

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

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

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

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

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

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

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