#F2C3CE

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

Shades of Pink Lace #F2C3CE

Tints of Pink Lace #F2C3CE

Color information

#F2C3CE (or 0xF2C3CE) is unknown color: approx Pink Lace. HEX triplet: F2, C3 and CE. RGB value is (242,195,206). Sum of RGB (Red+Green+Blue) = 242+195+206=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C3CE is #0D3C31. Grayscale: #D2D2D2. Windows color (decimal): -867378 or 13550578. OLE color: 13550578.

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

Color convert

RGB242195206-
CMYK00.190.150.05
HSL345.96º64.38%85.69%-
HSV(B)345.96º19.42%94.9%-
XYZ67.2762.3666.88-
YUV210.31125.57150.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 195 (76.56% from 255) = 30.33%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=37.64%
G=30.33%
B=32.04%

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
Decimal24219520600.190.150.05345.9664.3885.69
HexF2C3CE013F515a4056
Octal362303316023175532100126
Binary111100101100001111001110010011111110110101101010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C3CE; }

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

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

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

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

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

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

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

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