#F5C3CC

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

Shades of Pink #F5C3CC

Tints of Pink #F5C3CC

Color information

#F5C3CC (or 0xF5C3CC) is unknown color: approx Pink. HEX triplet: F5, C3 and CC. RGB value is (245,195,204). Sum of RGB (Red+Green+Blue) = 245+195+204=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 195 (76.56% from 255 or 30.28% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C3CC is #0A3C33. Grayscale: #D2D2D2. Windows color (decimal): -670772 or 13419509. OLE color: 13419509.

HSL color Cylindrical-coordinate representation of color #F5C3CC: hue angle of 349.2º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5C3CC is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245195204-
CMYK00.200.170.04
HSL349.2º71.43%86.27%-
HSV(B)349.2º20.41%96.08%-
XYZ68.0762.865.66-
YUV210.98124.06152.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.04%
GREEN value IS 195 (76.56% from 255) = 30.28%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=38.04%
G=30.28%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519520400.200.170.04349.271.4386.27
HexF5C3CC01411415d4756
Octal365303314024214535107126
Binary1111010111000011110011000101001000110010101110110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C3CC; }

 p { color: rgb(245,195,204); }

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

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

 a { background-color: rgb(245,195,204); }

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

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

 span { border-color: rgb(245,195,204); }

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