#F1C4BE

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

Shades of Your Pink #F1C4BE

Tints of Your Pink #F1C4BE

Color information

#F1C4BE (or 0xF1C4BE) is unknown color: approx Your Pink. HEX triplet: F1, C4 and BE. RGB value is (241,196,190). Sum of RGB (Red+Green+Blue) = 241+196+190=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4BE is #0E3B41. Grayscale: #D0D0D0. Windows color (decimal): -932674 or 12502257. OLE color: 12502257.

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

Color convert

RGB241196190-
CMYK00.190.210.05
HSL7.06º64.56%84.51%-
HSV(B)7.06º21.16%94.51%-
XYZ65.3161.957.22-
YUV208.77117.41150.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 196 (76.95% from 255) = 31.26%
BLUE value IS 190 (74.61% from 255) = 30.30%
R=38.44%
G=31.26%
B=30.30%

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
Decimal24119619000.190.210.057.0664.5684.51
HexF1C4BE01315574155
Octal3613042760232557101125
Binary1111000111000100101111100100111010110111110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C4BE; }

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

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

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

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

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

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

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

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