#F5C5BA

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

Shades of Your Pink #F5C5BA

Tints of Your Pink #F5C5BA

Color information

#F5C5BA (or 0xF5C5BA) is unknown color: approx Your Pink. HEX triplet: F5, C5 and BA. RGB value is (245,197,186). Sum of RGB (Red+Green+Blue) = 245+197+186=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C5BA is #0A3A45. Grayscale: #D2D2D2. Windows color (decimal): -670278 or 12240373. OLE color: 12240373.

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

Color convert

RGB245197186-
CMYK00.200.240.04
HSL11.19º74.68%84.51%-
HSV(B)11.19º24.08%96.08%-
XYZ66.4962.8955.09-
YUV210.1114.4152.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.01%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=39.01%
G=31.37%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519718600.200.240.0411.1974.6884.51
HexF5C5BA014184b4b55
Octal36530527202430413113125
Binary11110101110001011011101001010011000100101110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C5BA; }

 p { color: rgb(245,197,186); }

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

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

 a { background-color: rgb(245,197,186); }

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

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

 span { border-color: rgb(245,197,186); }

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