#F1C6CD

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

Shades of Pink Lace #F1C6CD

Tints of Pink Lace #F1C6CD

Color information

#F1C6CD (or 0xF1C6CD) is unknown color: approx Pink Lace. HEX triplet: F1, C6 and CD. RGB value is (241,198,205). Sum of RGB (Red+Green+Blue) = 241+198+205=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6CD is #0E3932. Grayscale: #D3D3D3. Windows color (decimal): -932147 or 13485809. OLE color: 13485809.

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

Color convert

RGB241198205-
CMYK00.180.150.05
HSL350.23º60.56%86.08%-
HSV(B)350.23º17.84%94.51%-
XYZ67.4963.566.46-
YUV211.66124.25148.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 198 (77.73% from 255) = 30.75%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=37.42%
G=30.75%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119820500.180.150.05350.2360.5686.08
HexF1C6CD012F515e3d56
Octal36130631502217553675126
Binary11110001110001101100110101001011111011010111101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6CD; }

 p { color: rgb(241,198,205); }

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

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

 a { background-color: rgb(241,198,205); }

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

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

 span { border-color: rgb(241,198,205); }

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