#FCC2B4

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

Shades of Your Pink #FCC2B4

Tints of Your Pink #FCC2B4

Color information

#FCC2B4 (or 0xFCC2B4) is unknown color: approx Your Pink. HEX triplet: FC, C2 and B4. RGB value is (252,194,180). Sum of RGB (Red+Green+Blue) = 252+194+180=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2B4 is #033D4B. Grayscale: #D1D1D1. Windows color (decimal): -212300 or 11846396. OLE color: 11846396.

HSL color Cylindrical-coordinate representation of color #FCC2B4: hue angle of 11.67º 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 #FCC2B4 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252194180-
CMYK00.230.290.01
HSL11.67º92.31%84.71%-
HSV(B)11.67º28.57%98.82%-
XYZ67.6762.5751.69-
YUV209.75111.22158.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 194 (76.17% from 255) = 30.99%
BLUE value IS 180 (70.70% from 255) = 28.75%
R=40.26%
G=30.99%
B=28.75%

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
Decimal25219418000.230.290.0111.6792.3184.71
HexFCC2B40171D1c5c55
Octal37430226402735114134125
Binary111111001100001010110100010111111011110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2B4; }

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

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

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

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

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

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

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

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