#F3C2BF

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

Shades of Your Pink #F3C2BF

Tints of Your Pink #F3C2BF

Color information

#F3C2BF (or 0xF3C2BF) is unknown color: approx Your Pink. HEX triplet: F3, C2 and BF. RGB value is (243,194,191). Sum of RGB (Red+Green+Blue) = 243+194+191=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2BF is #0C3D40. Grayscale: #D0D0D0. Windows color (decimal): -802113 or 12567283. OLE color: 12567283.

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

Color convert

RGB243194191-
CMYK00.200.210.05
HSL3.46º68.42%85.1%-
HSV(B)3.46º21.4%95.29%-
XYZ65.6661.457.68-
YUV208.31118.23152.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 194 (76.17% from 255) = 30.89%
BLUE value IS 191 (75% from 255) = 30.41%
R=38.69%
G=30.89%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319419100.200.210.053.4668.4285.1
HexF3C2BF01415534455
Octal3633022770242553104125
Binary111100111100001010111111010100101011011110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C2BF; }

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

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

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

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

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

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

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

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