#F3C6BF

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

Shades of Your Pink #F3C6BF

Tints of Your Pink #F3C6BF

Color information

#F3C6BF (or 0xF3C6BF) is unknown color: approx Your Pink. HEX triplet: F3, C6 and BF. RGB value is (243,198,191). Sum of RGB (Red+Green+Blue) = 243+198+191=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C6BF is #0C3940. Grayscale: #D2D2D2. Windows color (decimal): -801089 or 12568307. OLE color: 12568307.

HSL color Cylindrical-coordinate representation of color #F3C6BF: hue angle of 8.08º 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 #F3C6BF is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243198191-
CMYK00.190.210.05
HSL8.08º68.42%85.1%-
HSV(B)8.08º21.4%95.29%-
XYZ66.5663.257.98-
YUV210.66116.91151.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 198 (77.73% from 255) = 31.33%
BLUE value IS 191 (75% from 255) = 30.22%
R=38.45%
G=31.33%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319819100.190.210.058.0868.4285.1
HexF3C6BF01315584455
Octal36330627702325510104125
Binary11110011110001101011111101001110101101100010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C6BF; }

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

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

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

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

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

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

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

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