#F4ACDD

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

Shades of Lavender Rose #F4ACDD

Tints of Lavender Rose #F4ACDD

Color information

#F4ACDD (or 0xF4ACDD) is unknown color: approx Lavender Rose. HEX triplet: F4, AC and DD. RGB value is (244,172,221). Sum of RGB (Red+Green+Blue) = 244+172+221=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACDD is #0B5322. Grayscale: #C6C6C6. Windows color (decimal): -742179 or 14527732. OLE color: 14527732.

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

Color convert

RGB244172221-
CMYK00.300.090.04
HSL319.17º76.6%81.57%-
HSV(B)319.17º29.51%95.69%-
XYZ65.1153.9675.39-
YUV199.11140.35160.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.30%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=38.30%
G=27.00%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417222100.300.090.04319.1776.681.57
HexF4ACDD01E9413f4d52
Octal364254335036114477115122
Binary111101001010110011011101011110100110010011111110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACDD; }

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

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

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

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

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

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

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

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