#F2C6BF

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

Shades of Your Pink #F2C6BF

Tints of Your Pink #F2C6BF

Color information

#F2C6BF (or 0xF2C6BF) is unknown color: approx Your Pink. HEX triplet: F2, C6 and BF. RGB value is (242,198,191). Sum of RGB (Red+Green+Blue) = 242+198+191=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6BF is #0D3940. Grayscale: #D2D2D2. Windows color (decimal): -866625 or 12568306. OLE color: 12568306.

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

Color convert

RGB242198191-
CMYK00.180.210.05
HSL8.24º66.23%84.9%-
HSV(B)8.24º21.07%94.9%-
XYZ66.2263.0357.97-
YUV210.36117.08150.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 198 (77.73% from 255) = 31.38%
BLUE value IS 191 (75% from 255) = 30.27%
R=38.35%
G=31.38%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219819100.180.210.058.2466.2384.9
HexF2C6BF01215584255
Octal36230627702225510102125
Binary11110010110001101011111101001010101101100010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C6BF; }

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

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

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

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

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

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

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

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