#FCC2B5

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

Shades of Your Pink #FCC2B5

Tints of Your Pink #FCC2B5

Color information

#FCC2B5 (or 0xFCC2B5) is unknown color: approx Your Pink. HEX triplet: FC, C2 and B5. RGB value is (252,194,181). Sum of RGB (Red+Green+Blue) = 252+194+181=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2B5 is #033D4A. Grayscale: #D1D1D1. Windows color (decimal): -212299 or 11911932. OLE color: 11911932.

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

Color convert

RGB252194181-
CMYK00.230.280.01
HSL10.99º92.21%84.9%-
HSV(B)10.99º28.17%98.82%-
XYZ67.7862.6252.23-
YUV209.86111.72158.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 181 (71.09% from 255) = 28.87%
R=40.19%
G=30.94%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219418100.230.280.0110.9992.2184.9
HexFCC2B50171C1b5c55
Octal37430226502734113134125
Binary111111001100001010110101010111111001101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2B5; }

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

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

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

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

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

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

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

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