#FCC6B8

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

Shades of Your Pink #FCC6B8

Tints of Your Pink #FCC6B8

Color information

#FCC6B8 (or 0xFCC6B8) is unknown color: approx Your Pink. HEX triplet: FC, C6 and B8. RGB value is (252,198,184). Sum of RGB (Red+Green+Blue) = 252+198+184=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 184 (72.27% from 255 or 29.02% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6B8 is #033947. Grayscale: #D4D4D4. Windows color (decimal): -211272 or 12109564. OLE color: 12109564.

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

Color convert

RGB252198184-
CMYK00.210.270.01
HSL12.35º91.89%85.49%-
HSV(B)12.35º26.98%98.82%-
XYZ68.9964.5454.17-
YUV212.55111.89156.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 198 (77.73% from 255) = 31.23%
BLUE value IS 184 (72.27% from 255) = 29.02%
R=39.75%
G=31.23%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219818400.210.270.0112.3591.8985.49
HexFCC6B80151B1c5c55
Octal37430627002533114134125
Binary111111001100011010111000010101110111110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6B8; }

 p { color: rgb(252,198,184); }

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

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

 a { background-color: rgb(252,198,184); }

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

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

 span { border-color: rgb(252,198,184); }

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