#F5C9BE

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

Shades of Your Pink #F5C9BE

Tints of Your Pink #F5C9BE

Color information

#F5C9BE (or 0xF5C9BE) is unknown color: approx Your Pink. HEX triplet: F5, C9 and BE. RGB value is (245,201,190). Sum of RGB (Red+Green+Blue) = 245+201+190=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C9BE is #0A3641. Grayscale: #D4D4D4. Windows color (decimal): -669250 or 12503541. OLE color: 12503541.

HSL color Cylindrical-coordinate representation of color #F5C9BE: hue angle of 12º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5C9BE is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245201190-
CMYK00.180.220.04
HSL12º73.33%85.29%-
HSV(B)12º22.45%96.08%-
XYZ67.8464.957.67-
YUV212.9115.08150.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.52%
GREEN value IS 201 (78.91% from 255) = 31.60%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=38.52%
G=31.60%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520119000.180.220.041273.3385.29
HexF5C9BE012164c4955
Octal36531127602226414111125
Binary11110101110010011011111001001010110100110010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C9BE; }

 p { color: rgb(245,201,190); }

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

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

 a { background-color: rgb(245,201,190); }

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

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

 span { border-color: rgb(245,201,190); }

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