#F1C5BE

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

Shades of Your Pink #F1C5BE

Tints of Your Pink #F1C5BE

Color information

#F1C5BE (or 0xF1C5BE) is unknown color: approx Your Pink. HEX triplet: F1, C5 and BE. RGB value is (241,197,190). Sum of RGB (Red+Green+Blue) = 241+197+190=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5BE is #0E3A41. Grayscale: #D1D1D1. Windows color (decimal): -932418 or 12502513. OLE color: 12502513.

HSL color Cylindrical-coordinate representation of color #F1C5BE: hue angle of 8.24º degrees, saturation: 0.65, 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 #F1C5BE is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241197190-
CMYK00.180.210.05
HSL8.24º64.56%84.51%-
HSV(B)8.24º21.16%94.51%-
XYZ65.5462.3557.3-
YUV209.36117.08150.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 190 (74.61% from 255) = 30.25%
R=38.38%
G=31.37%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119719000.180.210.058.2464.5684.51
HexF1C5BE01215584155
Octal36130527602225510101125
Binary11110001110001011011111001001010101101100010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C5BE; }

 p { color: rgb(241,197,190); }

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

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

 a { background-color: rgb(241,197,190); }

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

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

 span { border-color: rgb(241,197,190); }

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