Html Css Color HEX #FCC1BA Your Pink

📋 copy color: '#FCC1BA'

red 252 ◦ green 193 ◦ blue 186

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

Shades of Your Pink #FCC1BA

Tints of Your Pink #FCC1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.59%

 BLUE value IS 186 (73.05% from 255) = 29.48%

R = 39.94%
G = 30.59%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCC1BA (or 0xFCC1BA) is known color: Your Pink. HEX triplet: FC, C1 and BA. RGB value is (252,193,186). Sum of RGB (Red+Green+Blue) = 252+193+186=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1BA is #033E45. Grayscale: #D1D1D1. Windows color (decimal): -212550 or 12239356. OLE color: 12239356.

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

Color convert

RGB 252 193 186 -
CMYK 0 0.23 0.26 0.01
HSL 6.36º 0.92% 0.86% -
HSV(B) 6.36º 0.26% 0.99% -
XYZ 68.08 62.38 54.91 -
YUV 209.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 252 193 186 0 0.23 0.26 0.01 6.36 0.92 0.86
Hex FC C1 BA 0 17 1A 1 6 5C 56
Octal 374 301 272 0 27 32 1 6 134 126
Binary 11111100 11000001 10111010 0 10111 11010 1 110 1011100 1010110

Color Harmonies of #FCC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1BA

Black with #FCC1BA

Text Example


Text Example

White with #FCC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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