#F1C3BF

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

Shades of Your Pink #F1C3BF

Tints of Your Pink #F1C3BF

Color information

#F1C3BF (or 0xF1C3BF) is unknown color: approx Your Pink. HEX triplet: F1, C3 and BF. RGB value is (241,195,191). Sum of RGB (Red+Green+Blue) = 241+195+191=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3BF is #0E3C40. Grayscale: #D0D0D0. Windows color (decimal): -932929 or 12567537. OLE color: 12567537.

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

Color convert

RGB241195191-
CMYK00.190.210.05
HSL4.8º64.1%84.71%-
HSV(B)4.8º20.75%94.51%-
XYZ65.1961.4957.72-
YUV208.3118.24151.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 191 (75% from 255) = 30.46%
R=38.44%
G=31.10%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119519100.190.210.054.864.184.71
HexF1C3BF01315554055
Octal3613032770232555100125
Binary1111000111000011101111110100111010110110110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3BF; }

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

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

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

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

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

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

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

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