#F7CCD3

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

Shades of Pink Lace #F7CCD3

Tints of Pink Lace #F7CCD3

Color information

#F7CCD3 (or 0xF7CCD3) is unknown color: approx Pink Lace. HEX triplet: F7, CC and D3. RGB value is (247,204,211). Sum of RGB (Red+Green+Blue) = 247+204+211=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCD3 is #08332C. Grayscale: #D9D9D9. Windows color (decimal): -537389 or 13880567. OLE color: 13880567.

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

Color convert

RGB247204211-
CMYK00.170.150.03
HSL350.23º72.88%88.43%-
HSV(B)350.23º17.41%96.86%-
XYZ71.7167.6670.91-
YUV217.66124.25148.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.31%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 211 (82.81% from 255) = 31.87%
R=37.31%
G=30.82%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720421100.170.150.03350.2372.8888.43
HexF7CCD3011F315e4958
Octal367314323021173536111130
Binary11110111110011001101001101000111111110101111010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCD3; }

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

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

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

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

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

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

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

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