#F0C7D5

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

Shades of Pink Lace #F0C7D5

Tints of Pink Lace #F0C7D5

Color information

#F0C7D5 (or 0xF0C7D5) is unknown color: approx Pink Lace. HEX triplet: F0, C7 and D5. RGB value is (240,199,213). Sum of RGB (Red+Green+Blue) = 240+199+213=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C7D5 is #0F382A. Grayscale: #D4D4D4. Windows color (decimal): -997419 or 14010352. OLE color: 14010352.

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

Color convert

RGB240199213-
CMYK00.170.110.06
HSL339.51º57.75%86.08%-
HSV(B)339.51º17.08%94.12%-
XYZ68.3764.1871.73-
YUV212.86128.08147.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.81%
GREEN value IS 199 (78.12% from 255) = 30.52%
BLUE value IS 213 (83.59% from 255) = 32.67%
R=36.81%
G=30.52%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019921300.170.110.06339.5157.7586.08
HexF0C7D5011B61543a56
Octal36030732502113652472126
Binary11110000110001111101010101000110111101010101001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C7D5; }

 p { color: rgb(240,199,213); }

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

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

 a { background-color: rgb(240,199,213); }

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

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

 span { border-color: rgb(240,199,213); }

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