#F2C8D1

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

Shades of Pink Lace #F2C8D1

Tints of Pink Lace #F2C8D1

Color information

#F2C8D1 (or 0xF2C8D1) is unknown color: approx Pink Lace. HEX triplet: F2, C8 and D1. RGB value is (242,200,209). Sum of RGB (Red+Green+Blue) = 242+200+209=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8D1 is #0D372E. Grayscale: #D5D5D5. Windows color (decimal): -866095 or 13748466. OLE color: 13748466.

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

Color convert

RGB242200209-
CMYK00.170.140.05
HSL347.14º61.76%86.67%-
HSV(B)347.14º17.36%94.9%-
XYZ68.7864.7969.2-
YUV213.58125.41148.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 200 (78.52% from 255) = 30.72%
BLUE value IS 209 (82.03% from 255) = 32.10%
R=37.17%
G=30.72%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220020900.170.140.05347.1461.7686.67
HexF2C8D1011E515b3e57
Octal36231032102116553376127
Binary11110010110010001101000101000111101011010110111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C8D1; }

 p { color: rgb(242,200,209); }

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

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

 a { background-color: rgb(242,200,209); }

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

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

 span { border-color: rgb(242,200,209); }

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