#F2C3CF

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

Shades of Pink Lace #F2C3CF

Tints of Pink Lace #F2C3CF

Color information

#F2C3CF (or 0xF2C3CF) is unknown color: approx Pink Lace. HEX triplet: F2, C3 and CF. RGB value is (242,195,207). Sum of RGB (Red+Green+Blue) = 242+195+207=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 195 (76.56% from 255 or 30.28% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C3CF is #0D3C30. Grayscale: #D2D2D2. Windows color (decimal): -867377 or 13616114. OLE color: 13616114.

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

Color convert

RGB242195207-
CMYK00.190.140.05
HSL344.68º64.38%85.69%-
HSV(B)344.68º19.42%94.9%-
XYZ67.462.4167.53-
YUV210.42126.07150.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.58%
GREEN value IS 195 (76.56% from 255) = 30.28%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=37.58%
G=30.28%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219520700.190.140.05344.6864.3885.69
HexF2C3CF013E51594056
Octal362303317023165531100126
Binary111100101100001111001111010011111010110101100110000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C3CF; }

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

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

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

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

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

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

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

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