#FCCACF

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

Shades of Pink #FCCACF

Tints of Pink #FCCACF

Color information

#FCCACF (or 0xFCCACF) is unknown color: approx Pink. HEX triplet: FC, CA and CF. RGB value is (252,202,207). Sum of RGB (Red+Green+Blue) = 252+202+207=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCACF is #033530. Grayscale: #D9D9D9. Windows color (decimal): -210225 or 13617916. OLE color: 13617916.

HSL color Cylindrical-coordinate representation of color #FCCACF: hue angle of 354º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCACF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252202207-
CMYK00.200.180.01
HSL354º89.29%89.02%-
HSV(B)354º19.84%98.82%-
XYZ72.5367.4468.23-
YUV217.52122.06152.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=38.12%
G=30.56%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220220700.200.180.0135489.2989.02
HexFCCACF0141211625959
Octal374312317024221542131131
Binary11111100110010101100111101010010010110110001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCACF; }

 p { color: rgb(252,202,207); }

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

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

 a { background-color: rgb(252,202,207); }

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

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

 span { border-color: rgb(252,202,207); }

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