#F3C4CD

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

Shades of Pink #F3C4CD

Tints of Pink #F3C4CD

Color information

#F3C4CD (or 0xF3C4CD) is unknown color: approx Pink. HEX triplet: F3, C4 and CD. RGB value is (243,196,205). Sum of RGB (Red+Green+Blue) = 243+196+205=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 196 (76.95% from 255 or 30.43% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C4CD is #0C3B32. Grayscale: #D3D3D3. Windows color (decimal): -801587 or 13485299. OLE color: 13485299.

HSL color Cylindrical-coordinate representation of color #F3C4CD: hue angle of 348.51º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3C4CD is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243196205-
CMYK00.190.160.05
HSL348.51º66.2%86.08%-
HSV(B)348.51º19.34%95.29%-
XYZ67.7262.9466.34-
YUV211.08124.57150.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.73%
GREEN value IS 196 (76.95% from 255) = 30.43%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=37.73%
G=30.43%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319620500.190.160.05348.5166.286.08
HexF3C4CD01310515d4256
Octal363304315023205535102126
Binary1111001111000100110011010100111000010110101110110000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C4CD; }

 p { color: rgb(243,196,205); }

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

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

 a { background-color: rgb(243,196,205); }

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

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

 span { border-color: rgb(243,196,205); }

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