#F1CBD0

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

Shades of Pink Lace #F1CBD0

Tints of Pink Lace #F1CBD0

Color information

#F1CBD0 (or 0xF1CBD0) is unknown color: approx Pink Lace. HEX triplet: F1, CB and D0. RGB value is (241,203,208). Sum of RGB (Red+Green+Blue) = 241+203+208=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBD0 is #0E342F. Grayscale: #D6D6D6. Windows color (decimal): -930864 or 13683697. OLE color: 13683697.

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

Color convert

RGB241203208-
CMYK00.160.140.05
HSL352.11º57.58%87.06%-
HSV(B)352.11º15.77%94.51%-
XYZ69.0265.9768.77-
YUV214.93124.09146.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 208 (81.64% from 255) = 31.90%
R=36.96%
G=31.13%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120320800.160.140.05352.1157.5887.06
HexF1CBD0010E51603a57
Octal36131332002016554072127
Binary11110001110010111101000001000011101011011000001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBD0; }

 p { color: rgb(241,203,208); }

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

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

 a { background-color: rgb(241,203,208); }

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

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

 span { border-color: rgb(241,203,208); }

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