#FCC8B5

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

Shades of Your Pink #FCC8B5

Tints of Your Pink #FCC8B5

Color information

#FCC8B5 (or 0xFCC8B5) is unknown color: approx Your Pink. HEX triplet: FC, C8 and B5. RGB value is (252,200,181). Sum of RGB (Red+Green+Blue) = 252+200+181=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8B5 is #03374A. Grayscale: #D5D5D5. Windows color (decimal): -210763 or 11913468. OLE color: 11913468.

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

Color convert

RGB252200181-
CMYK00.210.280.01
HSL16.06º92.21%84.9%-
HSV(B)16.06º28.17%98.82%-
XYZ69.1465.3452.68-
YUV213.38109.73155.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 200 (78.52% from 255) = 31.60%
BLUE value IS 181 (71.09% from 255) = 28.59%
R=39.81%
G=31.60%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220018100.210.280.0116.0692.2184.9
HexFCC8B50151C1105c55
Octal37431026502534120134125
Binary1111110011001000101101010101011110011000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8B5; }

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

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

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

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

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

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

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

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