#FCB8C7

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

Shades of Light Pink #FCB8C7

Tints of Light Pink #FCB8C7

Color information

#FCB8C7 (or 0xFCB8C7) is unknown color: approx Light Pink. HEX triplet: FC, B8 and C7. RGB value is (252,184,199). Sum of RGB (Red+Green+Blue) = 252+184+199=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8C7 is #034738. Grayscale: #CECECE. Windows color (decimal): -214841 or 13089020. OLE color: 13089020.

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

Color convert

RGB252184199-
CMYK00.270.210.01
HSL346.76º91.89%85.49%-
HSV(B)346.76º26.98%98.82%-
XYZ67.5959.161.88-
YUV206.04124.03160.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 184 (72.27% from 255) = 28.98%
BLUE value IS 199 (78.12% from 255) = 31.34%
R=39.69%
G=28.98%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218419900.270.210.01346.7691.8985.49
HexFCB8C701B15115b5c55
Octal374270307033251533134125
Binary11111100101110001100011101101110101110101101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8C7; }

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

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

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

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

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

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

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

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