#F49CCF

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

Shades of Lavender Pink #F49CCF

Tints of Lavender Pink #F49CCF

Color information

#F49CCF (or 0xF49CCF) is unknown color: approx Lavender Pink. HEX triplet: F4, 9C and CF. RGB value is (244,156,207). Sum of RGB (Red+Green+Blue) = 244+156+207=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CCF is #0B6330. Grayscale: #BCBCBC. Windows color (decimal): -746289 or 13606132. OLE color: 13606132.

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

Color convert

RGB244156207-
CMYK00.360.150.04
HSL325.23º80%78.43%-
HSV(B)325.23º36.07%95.69%-
XYZ60.4647.5265.02-
YUV188.13138.65167.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.20%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=40.20%
G=25.70%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415620700.360.150.04325.238078.43
HexF49CCF024F4145504e
Octal364234317044174505120116
Binary1111010010011100110011110100100111110010100010110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CCF; }

 p { color: rgb(244,156,207); }

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

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

 a { background-color: rgb(244,156,207); }

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

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

 span { border-color: rgb(244,156,207); }

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