#F7CCD6

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

Shades of Pink Lace #F7CCD6

Tints of Pink Lace #F7CCD6

Color information

#F7CCD6 (or 0xF7CCD6) is unknown color: approx Pink Lace. HEX triplet: F7, CC and D6. RGB value is (247,204,214). Sum of RGB (Red+Green+Blue) = 247+204+214=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCD6 is #083329. Grayscale: #D9D9D9. Windows color (decimal): -537386 or 14077175. OLE color: 14077175.

HSL color Cylindrical-coordinate representation of color #F7CCD6: hue angle of 346.05º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CCD6 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247204214-
CMYK00.170.130.03
HSL346.05º72.88%88.43%-
HSV(B)346.05º17.41%96.86%-
XYZ72.0967.8172.91-
YUV218125.75148.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.14%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 214 (83.98% from 255) = 32.18%
R=37.14%
G=30.68%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720421400.170.130.03346.0572.8888.43
HexF7CCD6011D315a4958
Octal367314326021153532111130
Binary11110111110011001101011001000111011110101101010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCD6; }

 p { color: rgb(247,204,214); }

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

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

 a { background-color: rgb(247,204,214); }

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

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

 span { border-color: rgb(247,204,214); }

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