#f7cedc

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

Shades of Pink Lace #F7CEDC

Tints of Pink Lace #F7CEDC

Color information

#F7CEDC (or 0xF7CEDC) is unknown color: approx Pink Lace. HEX triplet: F7, CE and DC. RGB value is (247,206,220). Sum of RGB (Red+Green+Blue) = 247+206+220=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CEDC is #083123. Grayscale: #DBDBDB. Windows color (decimal): -536868 or 14470903. OLE color: 14470903.

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

Color convert

RGB247206220-
CMYK00.170.110.03
HSL339.51º71.93%88.82%-
HSV(B)339.51º16.6%96.86%-
XYZ73.3569.0877.18-
YUV219.86128.08147.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.70%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=36.70%
G=30.61%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720622000.170.110.03339.5171.9388.82
HexF7CEDC011B31544859
Octal367316334021133524110131
Binary11110111110011101101110001000110111110101010010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7cedc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7cedc; }

 p { color: rgb(247,206,220); }

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

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

 a { background-color: rgb(247,206,220); }

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

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

 span { border-color: rgb(247,206,220); }

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