#F4ADCE

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

Shades of Lavender Pink #F4ADCE

Tints of Lavender Pink #F4ADCE

Color information

#F4ADCE (or 0xF4ADCE) is unknown color: approx Lavender Pink. HEX triplet: F4, AD and CE. RGB value is (244,173,206). Sum of RGB (Red+Green+Blue) = 244+173+206=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADCE is #0B5231. Grayscale: #C5C5C5. Windows color (decimal): -741938 or 13544948. OLE color: 13544948.

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

Color convert

RGB244173206-
CMYK00.290.160.04
HSL332.11º76.34%81.76%-
HSV(B)332.11º29.1%95.69%-
XYZ63.3953.5865.39-
YUV197.99132.52160.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.17%
GREEN value IS 173 (67.97% from 255) = 27.77%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=39.17%
G=27.77%
B=33.07%

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
Decimal24417320600.290.160.04332.1176.3481.76
HexF4ADCE01D10414c4c52
Octal364255316035204514114122
Binary1111010010101101110011100111011000010010100110010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ADCE; }

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

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

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

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

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

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

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

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