#F1C5CF

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

Shades of Pink Lace #F1C5CF

Tints of Pink Lace #F1C5CF

Color information

#F1C5CF (or 0xF1C5CF) is unknown color: approx Pink Lace. HEX triplet: F1, C5 and CF. RGB value is (241,197,207). Sum of RGB (Red+Green+Blue) = 241+197+207=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5CF is #0E3A30. Grayscale: #D3D3D3. Windows color (decimal): -932401 or 13616625. OLE color: 13616625.

HSL color Cylindrical-coordinate representation of color #F1C5CF: hue angle of 346.36º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C5CF is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241197207-
CMYK00.180.140.05
HSL346.36º61.11%85.88%-
HSV(B)346.36º18.26%94.51%-
XYZ67.563.1467.66-
YUV211.3125.58149.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.36%
GREEN value IS 197 (77.34% from 255) = 30.54%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=37.36%
G=30.54%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119720700.180.140.05346.3661.1185.88
HexF1C5CF012E515a3d56
Octal36130531702216553275126
Binary11110001110001011100111101001011101011010110101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C5CF; }

 p { color: rgb(241,197,207); }

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

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

 a { background-color: rgb(241,197,207); }

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

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

 span { border-color: rgb(241,197,207); }

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