#F1C4BB

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

Shades of Your Pink #F1C4BB

Tints of Your Pink #F1C4BB

Color information

#F1C4BB (or 0xF1C4BB) is unknown color: approx Your Pink. HEX triplet: F1, C4 and BB. RGB value is (241,196,187). Sum of RGB (Red+Green+Blue) = 241+196+187=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4BB is #0E3B44. Grayscale: #D0D0D0. Windows color (decimal): -932677 or 12305649. OLE color: 12305649.

HSL color Cylindrical-coordinate representation of color #F1C4BB: hue angle of 10º degrees, saturation: 0.66, 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 #F1C4BB is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241196187-
CMYK00.190.220.05
HSL10º65.85%83.92%-
HSV(B)10º22.41%94.51%-
XYZ64.9961.7755.51-
YUV208.43115.91151.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.62%
GREEN value IS 196 (76.95% from 255) = 31.41%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=38.62%
G=31.41%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119618700.190.220.051065.8583.92
HexF1C4BB013165a4254
Octal36130427302326512102124
Binary11110001110001001011101101001110110101101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C4BB; }

 p { color: rgb(241,196,187); }

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

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

 a { background-color: rgb(241,196,187); }

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

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

 span { border-color: rgb(241,196,187); }

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