#F7CCD1

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

Shades of Pink Lace #F7CCD1

Tints of Pink Lace #F7CCD1

Color information

#F7CCD1 (or 0xF7CCD1) is unknown color: approx Pink Lace. HEX triplet: F7, CC and D1. RGB value is (247,204,209). Sum of RGB (Red+Green+Blue) = 247+204+209=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCD1 is #08332E. Grayscale: #D9D9D9. Windows color (decimal): -537391 or 13749495. OLE color: 13749495.

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

Color convert

RGB247204209-
CMYK00.170.150.03
HSL353.02º72.88%88.43%-
HSV(B)353.02º17.41%96.86%-
XYZ71.4667.5669.6-
YUV217.43123.25149.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.42%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 209 (82.03% from 255) = 31.67%
R=37.42%
G=30.91%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720420900.170.150.03353.0272.8888.43
HexF7CCD1011F31614958
Octal367314321021173541111130
Binary11110111110011001101000101000111111110110000110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCD1; }

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

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

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

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

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

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

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

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