#F3C2CD

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

Shades of Pink #F3C2CD

Tints of Pink #F3C2CD

Color information

#F3C2CD (or 0xF3C2CD) is unknown color: approx Pink. HEX triplet: F3, C2 and CD. RGB value is (243,194,205). Sum of RGB (Red+Green+Blue) = 243+194+205=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 194 (76.17% from 255 or 30.22% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2CD is #0C3D32. Grayscale: #D1D1D1. Windows color (decimal): -802099 or 13484787. OLE color: 13484787.

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

Color convert

RGB243194205-
CMYK00.200.160.05
HSL346.53º67.12%85.69%-
HSV(B)346.53º20.16%95.29%-
XYZ67.2762.0566.19-
YUV209.9125.23151.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.85%
GREEN value IS 194 (76.17% from 255) = 30.22%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=37.85%
G=30.22%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319420500.200.160.05346.5367.1285.69
HexF3C2CD01410515b4356
Octal363302315024205533103126
Binary1111001111000010110011010101001000010110101101110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C2CD; }

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

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

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

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

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

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

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

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