#F1C4CC

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

Shades of Pink #F1C4CC

Tints of Pink #F1C4CC

Color information

#F1C4CC (or 0xF1C4CC) is unknown color: approx Pink. HEX triplet: F1, C4 and CC. RGB value is (241,196,204). Sum of RGB (Red+Green+Blue) = 241+196+204=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4CC is #0E3B33. Grayscale: #D2D2D2. Windows color (decimal): -932660 or 13419761. OLE color: 13419761.

HSL color Cylindrical-coordinate representation of color #F1C4CC: hue angle of 349.33º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C4CC is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241196204-
CMYK00.190.150.05
HSL349.33º61.64%85.69%-
HSV(B)349.33º18.67%94.51%-
XYZ66.9162.5465.67-
YUV210.37124.41149.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 196 (76.95% from 255) = 30.58%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=37.60%
G=30.58%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119620400.190.150.05349.3361.6485.69
HexF1C4CC013F515d3e56
Octal36130431402317553576126
Binary11110001110001001100110001001111111011010111011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C4CC; }

 p { color: rgb(241,196,204); }

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

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

 a { background-color: rgb(241,196,204); }

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

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

 span { border-color: rgb(241,196,204); }

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