#F5C8BF

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

Shades of Your Pink #F5C8BF

Tints of Your Pink #F5C8BF

Color information

#F5C8BF (or 0xF5C8BF) is unknown color: approx Your Pink. HEX triplet: F5, C8 and BF. RGB value is (245,200,191). Sum of RGB (Red+Green+Blue) = 245+200+191=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C8BF is #0A3740. Grayscale: #D4D4D4. Windows color (decimal): -669505 or 12568821. OLE color: 12568821.

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

Color convert

RGB245200191-
CMYK00.180.220.04
HSL10º72.97%85.49%-
HSV(B)10º22.04%96.08%-
XYZ67.7164.4858.17-
YUV212.43115.91151.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.52%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 191 (75% from 255) = 30.03%
R=38.52%
G=31.45%
B=30.03%

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
Decimal24520019100.180.220.041072.9785.49
HexF5C8BF012164a4955
Octal36531027702226412111125
Binary11110101110010001011111101001010110100101010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C8BF; }

 p { color: rgb(245,200,191); }

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

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

 a { background-color: rgb(245,200,191); }

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

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

 span { border-color: rgb(245,200,191); }

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