#F7CCDB

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

Shades of Pink Lace #F7CCDB

Tints of Pink Lace #F7CCDB

Color information

#F7CCDB (or 0xF7CCDB) is unknown color: approx Pink Lace. HEX triplet: F7, CC and DB. RGB value is (247,204,219). Sum of RGB (Red+Green+Blue) = 247+204+219=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCDB is #083324. Grayscale: #DADADA. Windows color (decimal): -537381 or 14404855. OLE color: 14404855.

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

Color convert

RGB247204219-
CMYK00.170.110.03
HSL339.07º72.88%88.43%-
HSV(B)339.07º17.41%96.86%-
XYZ72.7468.0776.32-
YUV218.57128.25148.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.87%
GREEN value IS 204 (80.08% from 255) = 30.45%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=36.87%
G=30.45%
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
Decimal24720421900.170.110.03339.0772.8888.43
HexF7CCDB011B31534958
Octal367314333021133523111130
Binary11110111110011001101101101000110111110101001110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCDB; }

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

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

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

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

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

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

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

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