#F4A6DC

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

Shades of Lavender Rose #F4A6DC

Tints of Lavender Rose #F4A6DC

Color information

#F4A6DC (or 0xF4A6DC) is unknown color: approx Lavender Rose. HEX triplet: F4, A6 and DC. RGB value is (244,166,220). Sum of RGB (Red+Green+Blue) = 244+166+220=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 166 (65.23% from 255 or 26.35% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A6DC is #0B5923. Grayscale: #C3C3C3. Windows color (decimal): -743716 or 14460660. OLE color: 14460660.

HSL color Cylindrical-coordinate representation of color #F4A6DC: hue angle of 318.46º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A6DC is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244166220-
CMYK00.320.100.04
HSL318.46º78%80.39%-
HSV(B)318.46º31.97%95.69%-
XYZ63.8651.6774.32-
YUV195.48141.84162.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.73%
GREEN value IS 166 (65.23% from 255) = 26.35%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=38.73%
G=26.35%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416622000.320.100.04318.467880.39
HexF4A6DC020A413e4e50
Octal364246334040124476116120
Binary1111010010100110110111000100000101010010011111010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A6DC; }

 p { color: rgb(244,166,220); }

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

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

 a { background-color: rgb(244,166,220); }

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

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

 span { border-color: rgb(244,166,220); }

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