#FCC8BE

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

Shades of Your Pink #FCC8BE

Tints of Your Pink #FCC8BE

Color information

#FCC8BE (or 0xFCC8BE) is unknown color: approx Your Pink. HEX triplet: FC, C8 and BE. RGB value is (252,200,190). Sum of RGB (Red+Green+Blue) = 252+200+190=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8BE is #033741. Grayscale: #D6D6D6. Windows color (decimal): -210754 or 12503292. OLE color: 12503292.

HSL color Cylindrical-coordinate representation of color #FCC8BE: hue angle of 9.68º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCC8BE is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252200190-
CMYK00.210.250.01
HSL9.68º91.18%86.67%-
HSV(B)9.68º24.6%98.82%-
XYZ70.0965.7257.71-
YUV214.41114.23154.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 200 (78.52% from 255) = 31.15%
BLUE value IS 190 (74.61% from 255) = 29.60%
R=39.25%
G=31.15%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220019000.210.250.019.6891.1886.67
HexFCC8BE015191a5b57
Octal37431027602531112133127
Binary111111001100100010111110010101110011101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8BE; }

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

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

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

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

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

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

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

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