#F5C6CF

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

Shades of Pink Lace #F5C6CF

Tints of Pink Lace #F5C6CF

Color information

#F5C6CF (or 0xF5C6CF) is unknown color: approx Pink Lace. HEX triplet: F5, C6 and CF. RGB value is (245,198,207). Sum of RGB (Red+Green+Blue) = 245+198+207=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C6CF is #0A3930. Grayscale: #D5D5D5. Windows color (decimal): -670001 or 13616885. OLE color: 13616885.

HSL color Cylindrical-coordinate representation of color #F5C6CF: hue angle of 348.51º degrees, saturation: 0.7, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5C6CF is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245198207-
CMYK00.190.160.04
HSL348.51º70.15%86.86%-
HSV(B)348.51º19.18%96.08%-
XYZ69.1164.3167.8-
YUV213.08124.57150.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.69%
GREEN value IS 198 (77.73% from 255) = 30.46%
BLUE value IS 207 (81.25% from 255) = 31.85%
R=37.69%
G=30.46%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519820700.190.160.04348.5170.1586.86
HexF5C6CF01310415d4657
Octal365306317023204535106127
Binary1111010111000110110011110100111000010010101110110001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C6CF; }

 p { color: rgb(245,198,207); }

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

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

 a { background-color: rgb(245,198,207); }

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

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

 span { border-color: rgb(245,198,207); }

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