#FCC2B3

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

Shades of Your Pink #FCC2B3

Tints of Your Pink #FCC2B3

Color information

#FCC2B3 (or 0xFCC2B3) is unknown color: approx Your Pink. HEX triplet: FC, C2 and B3. RGB value is (252,194,179). Sum of RGB (Red+Green+Blue) = 252+194+179=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2B3 is #033D4C. Grayscale: #D1D1D1. Windows color (decimal): -212301 or 11780860. OLE color: 11780860.

HSL color Cylindrical-coordinate representation of color #FCC2B3: hue angle of 12.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCC2B3 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252194179-
CMYK00.230.290.01
HSL12.33º92.41%84.51%-
HSV(B)12.33º28.97%98.82%-
XYZ67.5762.5351.16-
YUV209.63110.72158.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 179 (70.31% from 255) = 28.64%
R=40.32%
G=31.04%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219417900.230.290.0112.3392.4184.51
HexFCC2B30171D1c5c55
Octal37430226302735114134125
Binary111111001100001010110011010111111011110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2B3; }

 p { color: rgb(252,194,179); }

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

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

 a { background-color: rgb(252,194,179); }

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

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

 span { border-color: rgb(252,194,179); }

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