Html Css Color HEX #FCBACD Pink

📋 copy color: '#FCBACD'

red 252 ◦ green 186 ◦ blue 205

#FCBACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink #FCBACD

Tints of Pink #FCBACD

RGB

 RED value IS 252 (98.83% from 255) = 39.19%

 GREEN value IS 186 (73.05% from 255) = 28.93%

 BLUE value IS 205 (80.47% from 255) = 31.88%

R = 39.19%
G = 28.93%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCBACD (or 0xFCBACD) is known color: Pink. HEX triplet: FC, BA and CD. RGB value is (252,186,205). Sum of RGB (Red+Green+Blue) = 252+186+205=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBACD is #034532. Grayscale: #CFCFCF. Windows color (decimal): -214323 or 13482748. OLE color: 13482748.

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

Color convert

RGB 252 186 205 -
CMYK 0 0.26 0.19 0.01
HSL 342.73º 0.92% 0.86% -
HSV(B) 342.73º 0.26% 0.99% -
XYZ 68.72 60.22 65.76 -
YUV 207.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 252 186 205 0 0.26 0.19 0.01 342.73 0.92 0.86
Hex FC BA CD 0 1A 13 1 157 5C 56
Octal 374 272 315 0 32 23 1 527 134 126
Binary 11111100 10111010 11001101 0 11010 10011 1 101010111 1011100 1010110

Color Harmonies of #FCBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBACD

Black with #FCBACD

Text Example


Text Example

White with #FCBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBACD; }

 p { color: rgb(252,186,205); }

 H1.HeaderClassName
 {
   color: #FCBACD;
 }
 .AnyTagClassName
 {
   color: #FCBACD;
 }
</style>

background-color css

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

 a { background-color: rgb(252,186,205); }

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

border-color css

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

 span { border-color: rgb(252,186,205); }

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