#F7CED5

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

Shades of Pink Lace #F7CED5

Tints of Pink Lace #F7CED5

Color information

#F7CED5 (or 0xF7CED5) is unknown color: approx Pink Lace. HEX triplet: F7, CE and D5. RGB value is (247,206,213). Sum of RGB (Red+Green+Blue) = 247+206+213=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CED5 is #08312A. Grayscale: #DBDBDB. Windows color (decimal): -536875 or 14012151. OLE color: 14012151.

HSL color Cylindrical-coordinate representation of color #F7CED5: hue angle of 349.76º 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 #F7CED5 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB247206213-
CMYK00.170.140.03
HSL349.76º71.93%88.82%-
HSV(B)349.76º16.6%96.86%-
XYZ72.4468.7272.4-
YUV219.06124.58147.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.09%
GREEN value IS 206 (80.86% from 255) = 30.93%
BLUE value IS 213 (83.59% from 255) = 31.98%
R=37.09%
G=30.93%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720621300.170.140.03349.7671.9388.82
HexF7CED5011E315e4859
Octal367316325021163536110131
Binary11110111110011101101010101000111101110101111010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CED5; }

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

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

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

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

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

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

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

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