#F3C3CD

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

Shades of Pink #F3C3CD

Tints of Pink #F3C3CD

Color information

#F3C3CD (or 0xF3C3CD) is unknown color: approx Pink. HEX triplet: F3, C3 and CD. RGB value is (243,195,205). Sum of RGB (Red+Green+Blue) = 243+195+205=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3CD is #0C3C32. Grayscale: #D2D2D2. Windows color (decimal): -801843 or 13485043. OLE color: 13485043.

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

Color convert

RGB243195205-
CMYK00.200.160.05
HSL347.5º66.67%85.88%-
HSV(B)347.5º19.75%95.29%-
XYZ67.562.4966.26-
YUV210.49124.9151.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.79%
GREEN value IS 195 (76.56% from 255) = 30.33%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=37.79%
G=30.33%
B=31.88%

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
Decimal24319520500.200.160.05347.566.6785.88
HexF3C3CD01410515c4356
Octal363303315024205534103126
Binary1111001111000011110011010101001000010110101110010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C3CD; }

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

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

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

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

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

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

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

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