#F7CAD7

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

Shades of Pink Lace #F7CAD7

Tints of Pink Lace #F7CAD7

Color information

#F7CAD7 (or 0xF7CAD7) is unknown color: approx Pink Lace. HEX triplet: F7, CA and D7. RGB value is (247,202,215). Sum of RGB (Red+Green+Blue) = 247+202+215=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CAD7 is #083528. Grayscale: #D8D8D8. Windows color (decimal): -537897 or 14142199. OLE color: 14142199.

HSL color Cylindrical-coordinate representation of color #F7CAD7: hue angle of 342.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CAD7 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247202215-
CMYK00.180.130.03
HSL342.67º73.77%88.04%-
HSV(B)342.67º18.22%96.86%-
XYZ71.7466.9273.43-
YUV216.94126.91149.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.20%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 215 (84.38% from 255) = 32.38%
R=37.20%
G=30.42%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720221500.180.130.03342.6773.7788.04
HexF7CAD7012D31574a58
Octal367312327022153527112130
Binary11110111110010101101011101001011011110101011110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CAD7; }

 p { color: rgb(247,202,215); }

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

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

 a { background-color: rgb(247,202,215); }

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

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

 span { border-color: rgb(247,202,215); }

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