#F3C4CC

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

Shades of Pink #F3C4CC

Tints of Pink #F3C4CC

Color information

#F3C4CC (or 0xF3C4CC) is unknown color: approx Pink. HEX triplet: F3, C4 and CC. RGB value is (243,196,204). Sum of RGB (Red+Green+Blue) = 243+196+204=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C4CC is #0C3B33. Grayscale: #D2D2D2. Windows color (decimal): -801588 or 13419763. OLE color: 13419763.

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

Color convert

RGB243196204-
CMYK00.190.160.05
HSL349.79º66.2%86.08%-
HSV(B)349.79º19.34%95.29%-
XYZ67.662.8965.7-
YUV210.96124.07150.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.79%
GREEN value IS 196 (76.95% from 255) = 30.48%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=37.79%
G=30.48%
B=31.73%

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
Decimal24319620400.190.160.05349.7966.286.08
HexF3C4CC01310515e4256
Octal363304314023205536102126
Binary1111001111000100110011000100111000010110101111010000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C4CC; }

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

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

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

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

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

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

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

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