#F5C0BE

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

Shades of Your Pink #F5C0BE

Tints of Your Pink #F5C0BE

Color information

#F5C0BE (or 0xF5C0BE) is unknown color: approx Your Pink. HEX triplet: F5, C0 and BE. RGB value is (245,192,190). Sum of RGB (Red+Green+Blue) = 245+192+190=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C0BE is #0A3F41. Grayscale: #CFCFCF. Windows color (decimal): -671554 or 12501237. OLE color: 12501237.

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

Color convert

RGB245192190-
CMYK00.220.220.04
HSL2.18º73.33%85.29%-
HSV(B)2.18º22.45%96.08%-
XYZ65.860.8356.99-
YUV207.62118.06154.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.07%
GREEN value IS 192 (75.39% from 255) = 30.62%
BLUE value IS 190 (74.61% from 255) = 30.30%
R=39.07%
G=30.62%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519219000.220.220.042.1873.3385.29
HexF5C0BE01616424955
Octal3653002760262642111125
Binary111101011100000010111110010110101101001010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C0BE; }

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

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

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

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

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

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

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

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