#F6C2BE

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

Shades of Your Pink #F6C2BE

Tints of Your Pink #F6C2BE

Color information

#F6C2BE (or 0xF6C2BE) is unknown color: approx Your Pink. HEX triplet: F6, C2 and BE. RGB value is (246,194,190). Sum of RGB (Red+Green+Blue) = 246+194+190=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2BE is #093D41. Grayscale: #D1D1D1. Windows color (decimal): -605506 or 12501750. OLE color: 12501750.

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

Color convert

RGB246194190-
CMYK00.210.230.04
HSL4.29º75.68%85.49%-
HSV(B)4.29º22.76%96.47%-
XYZ66.5961.8957.15-
YUV209.09117.23154.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.05%
GREEN value IS 194 (76.17% from 255) = 30.79%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=39.05%
G=30.79%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619419000.210.230.044.2975.6885.49
HexF6C2BE01517444c55
Octal3663022760252744114125
Binary1111011011000010101111100101011011110010010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C2BE; }

 p { color: rgb(246,194,190); }

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

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

 a { background-color: rgb(246,194,190); }

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

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

 span { border-color: rgb(246,194,190); }

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