#F1C6BD

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

Shades of Your Pink #F1C6BD

Tints of Your Pink #F1C6BD

Color information

#F1C6BD (or 0xF1C6BD) is unknown color: approx Your Pink. HEX triplet: F1, C6 and BD. RGB value is (241,198,189). Sum of RGB (Red+Green+Blue) = 241+198+189=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6BD is #0E3942. Grayscale: #D1D1D1. Windows color (decimal): -932163 or 12437233. OLE color: 12437233.

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

Color convert

RGB241198189-
CMYK00.180.220.05
HSL10.38º65%84.31%-
HSV(B)10.38º21.58%94.51%-
XYZ65.6662.7656.8-
YUV209.83116.25150.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 198 (77.73% from 255) = 31.53%
BLUE value IS 189 (74.22% from 255) = 30.10%
R=38.38%
G=31.53%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119818900.180.220.0510.386584.31
HexF1C6BD012165a4154
Octal36130627502226512101124
Binary11110001110001101011110101001010110101101010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6BD; }

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

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

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

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

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

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

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

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