#F7C2D3

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

Shades of Pink Lace #F7C2D3

Tints of Pink Lace #F7C2D3

Color information

#F7C2D3 (or 0xF7C2D3) is unknown color: approx Pink Lace. HEX triplet: F7, C2 and D3. RGB value is (247,194,211). Sum of RGB (Red+Green+Blue) = 247+194+211=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2D3 is #083D2C. Grayscale: #D3D3D3. Windows color (decimal): -539949 or 13878007. OLE color: 13878007.

HSL color Cylindrical-coordinate representation of color #F7C2D3: hue angle of 340.75º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C2D3 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB247194211-
CMYK00.210.150.03
HSL340.75º76.81%86.47%-
HSV(B)340.75º21.46%96.86%-
XYZ69.4163.0670.14-
YUV211.78127.56153.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.88%
GREEN value IS 194 (76.17% from 255) = 29.75%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=37.88%
G=29.75%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719421100.210.150.03340.7576.8186.47
HexF7C2D3015F31554d56
Octal367302323025173525115126
Binary11110111110000101101001101010111111110101010110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C2D3; }

 p { color: rgb(247,194,211); }

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

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

 a { background-color: rgb(247,194,211); }

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

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

 span { border-color: rgb(247,194,211); }

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