#F7C7D6

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

Shades of Pink Lace #F7C7D6

Tints of Pink Lace #F7C7D6

Color information

#F7C7D6 (or 0xF7C7D6) is unknown color: approx Pink Lace. HEX triplet: F7, C7 and D6. RGB value is (247,199,214). Sum of RGB (Red+Green+Blue) = 247+199+214=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C7D6 is #083829. Grayscale: #D7D7D7. Windows color (decimal): -538666 or 14075895. OLE color: 14075895.

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

Color convert

RGB247199214-
CMYK00.190.130.03
HSL341.25º75%87.45%-
HSV(B)341.25º19.43%96.86%-
XYZ70.9265.4872.52-
YUV215.06127.4150.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.42%
GREEN value IS 199 (78.12% from 255) = 30.15%
BLUE value IS 214 (83.98% from 255) = 32.42%
R=37.42%
G=30.15%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719921400.190.130.03341.257587.45
HexF7C7D6013D31554b57
Octal367307326023153525113127
Binary11110111110001111101011001001111011110101010110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C7D6; }

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

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

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

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

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

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

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

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