#F4C1CE

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

Shades of Pink #F4C1CE

Tints of Pink #F4C1CE

Color information

#F4C1CE (or 0xF4C1CE) is unknown color: approx Pink. HEX triplet: F4, C1 and CE. RGB value is (244,193,206). Sum of RGB (Red+Green+Blue) = 244+193+206=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1CE is #0B3E31. Grayscale: #D1D1D1. Windows color (decimal): -736818 or 13550068. OLE color: 13550068.

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

Color convert

RGB244193206-
CMYK00.210.160.04
HSL344.71º69.86%85.69%-
HSV(B)344.71º20.9%95.69%-
XYZ67.5261.8366.77-
YUV209.73125.9152.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 193 (75.78% from 255) = 30.02%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=37.95%
G=30.02%
B=32.04%

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
Decimal24419320600.210.160.04344.7169.8685.69
HexF4C1CE0151041594656
Octal364301316025204531106126
Binary1111010011000001110011100101011000010010101100110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C1CE; }

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

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

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

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

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

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

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

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