#F3C0BF

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

Shades of Your Pink #F3C0BF

Tints of Your Pink #F3C0BF

Color information

#F3C0BF (or 0xF3C0BF) is unknown color: approx Your Pink. HEX triplet: F3, C0 and BF. RGB value is (243,192,191). Sum of RGB (Red+Green+Blue) = 243+192+191=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0BF is #0C3F40. Grayscale: #CFCFCF. Windows color (decimal): -802625 or 12566771. OLE color: 12566771.

HSL color Cylindrical-coordinate representation of color #F3C0BF: hue angle of 1.15º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C0BF is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243192191-
CMYK00.210.210.05
HSL1.15º68.42%85.1%-
HSV(B)1.15º21.4%95.29%-
XYZ65.2260.5257.53-
YUV207.14118.9153.58-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.82%
GREEN value IS 192 (75.39% from 255) = 30.67%
BLUE value IS 191 (75% from 255) = 30.51%
R=38.82%
G=30.67%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319219100.210.210.051.1568.4285.1
HexF3C0BF01515514455
Octal3633002770252551104125
Binary11110011110000001011111101010110101101110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C0BF; }

 p { color: rgb(243,192,191); }

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

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

 a { background-color: rgb(243,192,191); }

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

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

 span { border-color: rgb(243,192,191); }

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