#F4A9CA

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

Shades of Lavender Pink #F4A9CA

Tints of Lavender Pink #F4A9CA

Color information

#F4A9CA (or 0xF4A9CA) is unknown color: approx Lavender Pink. HEX triplet: F4, A9 and CA. RGB value is (244,169,202). Sum of RGB (Red+Green+Blue) = 244+169+202=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A9CA is #0B5635. Grayscale: #C3C3C3. Windows color (decimal): -742966 or 13281780. OLE color: 13281780.

HSL color Cylindrical-coordinate representation of color #F4A9CA: hue angle of 333.6º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A9CA is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244169202-
CMYK00.310.170.04
HSL333.6º77.32%80.98%-
HSV(B)333.6º30.74%95.69%-
XYZ62.1651.8762.61-
YUV195.19131.85162.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.67%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=39.67%
G=27.48%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416920200.310.170.04333.677.3280.98
HexF4A9CA01F11414e4d51
Octal364251312037214516115121
Binary1111010010101001110010100111111000110010100111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A9CA; }

 p { color: rgb(244,169,202); }

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

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

 a { background-color: rgb(244,169,202); }

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

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

 span { border-color: rgb(244,169,202); }

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