#F4ADCD

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

Shades of Lavender Pink #F4ADCD

Tints of Lavender Pink #F4ADCD

Color information

#F4ADCD (or 0xF4ADCD) is unknown color: approx Lavender Pink. HEX triplet: F4, AD and CD. RGB value is (244,173,205). Sum of RGB (Red+Green+Blue) = 244+173+205=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADCD is #0B5232. Grayscale: #C5C5C5. Windows color (decimal): -741939 or 13479412. OLE color: 13479412.

HSL color Cylindrical-coordinate representation of color #F4ADCD: hue angle of 332.96º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4ADCD is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244173205-
CMYK00.290.160.04
HSL332.96º76.34%81.76%-
HSV(B)332.96º29.1%95.69%-
XYZ63.2753.5364.75-
YUV197.88132.02160.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.23%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=39.23%
G=27.81%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417320500.290.160.04332.9676.3481.76
HexF4ADCD01D10414d4c52
Octal364255315035204515114122
Binary1111010010101101110011010111011000010010100110110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ADCD; }

 p { color: rgb(244,173,205); }

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

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

 a { background-color: rgb(244,173,205); }

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

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

 span { border-color: rgb(244,173,205); }

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