#F2C1CA

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

Shades of Pink #F2C1CA

Tints of Pink #F2C1CA

Color information

#F2C1CA (or 0xF2C1CA) is unknown color: approx Pink. HEX triplet: F2, C1 and CA. RGB value is (242,193,202). Sum of RGB (Red+Green+Blue) = 242+193+202=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1CA is #0D3E35. Grayscale: #D0D0D0. Windows color (decimal): -867894 or 13287922. OLE color: 13287922.

HSL color Cylindrical-coordinate representation of color #F2C1CA: hue angle of 348.98º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C1CA is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242193202-
CMYK00.200.170.05
HSL348.98º65.33%85.29%-
HSV(B)348.98º20.25%94.9%-
XYZ66.3561.2864.21-
YUV208.68124.23151.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 193 (75.78% from 255) = 30.30%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=37.99%
G=30.30%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219320200.200.170.05348.9865.3385.29
HexF2C1CA01411515d4155
Octal362301312024215535101125
Binary1111001011000001110010100101001000110110101110110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C1CA; }

 p { color: rgb(242,193,202); }

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

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

 a { background-color: rgb(242,193,202); }

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

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

 span { border-color: rgb(242,193,202); }

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