#F4C1CC

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

Shades of Pink #F4C1CC

Tints of Pink #F4C1CC

Color information

#F4C1CC (or 0xF4C1CC) is unknown color: approx Pink. HEX triplet: F4, C1 and CC. RGB value is (244,193,204). Sum of RGB (Red+Green+Blue) = 244+193+204=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 193 (75.78% from 255 or 30.11% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1CC is #0B3E33. Grayscale: #D1D1D1. Windows color (decimal): -736820 or 13418996. OLE color: 13418996.

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

Color convert

RGB244193204-
CMYK00.210.160.04
HSL347.06º69.86%85.69%-
HSV(B)347.06º20.9%95.69%-
XYZ67.2861.7365.5-
YUV209.5124.9152.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.07%
GREEN value IS 193 (75.78% from 255) = 30.11%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=38.07%
G=30.11%
B=31.83%

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
Decimal24419320400.210.160.04347.0669.8685.69
HexF4C1CC01510415b4656
Octal364301314025204533106126
Binary1111010011000001110011000101011000010010101101110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C1CC; }

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

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

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

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

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

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

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

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