#F1C8CE

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

Shades of Pink Lace #F1C8CE

Tints of Pink Lace #F1C8CE

Color information

#F1C8CE (or 0xF1C8CE) is unknown color: approx Pink Lace. HEX triplet: F1, C8 and CE. RGB value is (241,200,206). Sum of RGB (Red+Green+Blue) = 241+200+206=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8CE is #0E3731. Grayscale: #D4D4D4. Windows color (decimal): -931634 or 13551857. OLE color: 13551857.

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

Color convert

RGB241200206-
CMYK00.170.150.05
HSL351.22º59.42%86.47%-
HSV(B)351.22º17.01%94.51%-
XYZ68.0764.4767.25-
YUV212.94124.08148.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.25%
GREEN value IS 200 (78.52% from 255) = 30.91%
BLUE value IS 206 (80.86% from 255) = 31.84%
R=37.25%
G=30.91%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120020600.170.150.05351.2259.4286.47
HexF1C8CE011F515f3b56
Octal36131031602117553773126
Binary11110001110010001100111001000111111011010111111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8CE; }

 p { color: rgb(241,200,206); }

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

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

 a { background-color: rgb(241,200,206); }

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

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

 span { border-color: rgb(241,200,206); }

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