#F7CDDA

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

Shades of Pink Lace #F7CDDA

Tints of Pink Lace #F7CDDA

Color information

#F7CDDA (or 0xF7CDDA) is unknown color: approx Pink Lace. HEX triplet: F7, CD and DA. RGB value is (247,205,218). Sum of RGB (Red+Green+Blue) = 247+205+218=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDDA is #083225. Grayscale: #DBDBDB. Windows color (decimal): -537126 or 14339575. OLE color: 14339575.

HSL color Cylindrical-coordinate representation of color #F7CDDA: hue angle of 341.43º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CDDA is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247205218-
CMYK00.170.120.03
HSL341.43º72.41%88.63%-
HSV(B)341.43º17%96.86%-
XYZ72.8468.575.71-
YUV219.04127.41147.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.87%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=36.87%
G=30.60%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720521800.170.120.03341.4372.4188.63
HexF7CDDA011C31554859
Octal367315332021143525110131
Binary11110111110011011101101001000111001110101010110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDDA; }

 p { color: rgb(247,205,218); }

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

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

 a { background-color: rgb(247,205,218); }

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

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

 span { border-color: rgb(247,205,218); }

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