#F1C4CD

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

Shades of Pink Lace #F1C4CD

Tints of Pink Lace #F1C4CD

Color information

#F1C4CD (or 0xF1C4CD) is unknown color: approx Pink Lace. HEX triplet: F1, C4 and CD. RGB value is (241,196,205). Sum of RGB (Red+Green+Blue) = 241+196+205=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4CD is #0E3B32. Grayscale: #D2D2D2. Windows color (decimal): -932659 or 13485297. OLE color: 13485297.

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

Color convert

RGB241196205-
CMYK00.190.150.05
HSL348º61.64%85.69%-
HSV(B)348º18.67%94.51%-
XYZ67.0462.5966.31-
YUV210.48124.91149.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 196 (76.95% from 255) = 30.53%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=37.54%
G=30.53%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119620500.190.150.0534861.6485.69
HexF1C4CD013F515c3e56
Octal36130431502317553476126
Binary11110001110001001100110101001111111011010111001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C4CD; }

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

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

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

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

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

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

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

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