#F4C0CC

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

Shades of Pink #F4C0CC

Tints of Pink #F4C0CC

Color information

#F4C0CC (or 0xF4C0CC) is unknown color: approx Pink. HEX triplet: F4, C0 and CC. RGB value is (244,192,204). Sum of RGB (Red+Green+Blue) = 244+192+204=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0CC is #0B3F33. Grayscale: #D0D0D0. Windows color (decimal): -737076 or 13418740. OLE color: 13418740.

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

Color convert

RGB244192204-
CMYK00.210.160.04
HSL346.15º70.27%85.49%-
HSV(B)346.15º21.31%95.69%-
XYZ67.0661.2965.42-
YUV208.92125.23153.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.12%
GREEN value IS 192 (75.39% from 255) = 30%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=38.12%
G=30%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419220400.210.160.04346.1570.2785.49
HexF4C0CC01510415a4655
Octal364300314025204532106125
Binary1111010011000000110011000101011000010010101101010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C0CC; }

 p { color: rgb(244,192,204); }

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

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

 a { background-color: rgb(244,192,204); }

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

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

 span { border-color: rgb(244,192,204); }

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