#FCC3B4

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

Shades of Your Pink #FCC3B4

Tints of Your Pink #FCC3B4

Color information

#FCC3B4 (or 0xFCC3B4) is unknown color: approx Your Pink. HEX triplet: FC, C3 and B4. RGB value is (252,195,180). Sum of RGB (Red+Green+Blue) = 252+195+180=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 180 (70.70% from 255 or 28.71% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3B4 is #033C4B. Grayscale: #D2D2D2. Windows color (decimal): -212044 or 11846652. OLE color: 11846652.

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

Color convert

RGB252195180-
CMYK00.230.290.01
HSL12.5º92.31%84.71%-
HSV(B)12.5º28.57%98.82%-
XYZ67.963.0251.77-
YUV210.33110.88157.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 180 (70.70% from 255) = 28.71%
R=40.19%
G=31.10%
B=28.71%

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
Decimal25219518000.230.290.0112.592.3184.71
HexFCC3B40171D1d5c55
Octal37430326402735115134125
Binary111111001100001110110100010111111011110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3B4; }

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

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

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

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

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

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

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

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