#F2C2CF

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

Shades of Pink Lace #F2C2CF

Tints of Pink Lace #F2C2CF

Color information

#F2C2CF (or 0xF2C2CF) is unknown color: approx Pink Lace. HEX triplet: F2, C2 and CF. RGB value is (242,194,207). Sum of RGB (Red+Green+Blue) = 242+194+207=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2CF is #0D3D30. Grayscale: #D1D1D1. Windows color (decimal): -867633 or 13615858. OLE color: 13615858.

HSL color Cylindrical-coordinate representation of color #F2C2CF: hue angle of 343.75º 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 #F2C2CF is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242194207-
CMYK00.200.140.05
HSL343.75º64.86%85.49%-
HSV(B)343.75º19.83%94.9%-
XYZ67.1761.9767.45-
YUV209.83126.4150.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 194 (76.17% from 255) = 30.17%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=37.64%
G=30.17%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219420700.200.140.05343.7564.8685.49
HexF2C2CF014E51584155
Octal362302317024165530101125
Binary111100101100001011001111010100111010110101100010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C2CF; }

 p { color: rgb(242,194,207); }

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

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

 a { background-color: rgb(242,194,207); }

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

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

 span { border-color: rgb(242,194,207); }

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