#F1C5BD

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

Shades of Your Pink #F1C5BD

Tints of Your Pink #F1C5BD

Color information

#F1C5BD (or 0xF1C5BD) is unknown color: approx Your Pink. HEX triplet: F1, C5 and BD. RGB value is (241,197,189). Sum of RGB (Red+Green+Blue) = 241+197+189=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5BD is #0E3A42. Grayscale: #D1D1D1. Windows color (decimal): -932419 or 12436977. OLE color: 12436977.

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

Color convert

RGB241197189-
CMYK00.180.220.05
HSL9.23º65%84.31%-
HSV(B)9.23º21.58%94.51%-
XYZ65.4362.3156.72-
YUV209.24116.58150.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 197 (77.34% from 255) = 31.42%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=38.44%
G=31.42%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119718900.180.220.059.236584.31
HexF1C5BD01216594154
Octal36130527502226511101124
Binary11110001110001011011110101001010110101100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C5BD; }

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

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

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

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

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

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

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

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