#F1C3BA

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

Shades of Your Pink #F1C3BA

Tints of Your Pink #F1C3BA

Color information

#F1C3BA (or 0xF1C3BA) is unknown color: approx Your Pink. HEX triplet: F1, C3 and BA. RGB value is (241,195,186). Sum of RGB (Red+Green+Blue) = 241+195+186=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3BA is #0E3C45. Grayscale: #CFCFCF. Windows color (decimal): -932934 or 12239857. OLE color: 12239857.

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

Color convert

RGB241195186-
CMYK00.190.230.05
HSL9.82º66.27%83.73%-
HSV(B)9.82º22.82%94.51%-
XYZ64.6561.2854.87-
YUV207.73115.74151.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 195 (76.56% from 255) = 31.35%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=38.75%
G=31.35%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119518600.190.230.059.8266.2783.73
HexF1C3BA013175a4254
Octal36130327202327512102124
Binary11110001110000111011101001001110111101101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3BA; }

 p { color: rgb(241,195,186); }

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

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

 a { background-color: rgb(241,195,186); }

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

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

 span { border-color: rgb(241,195,186); }

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