Html Css Color HEX #FCC7BA Your Pink

📋 copy color: '#FCC7BA'

red 252 ◦ green 199 ◦ blue 186

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

Shades of Your Pink #FCC7BA

Tints of Your Pink #FCC7BA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.24%

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

R = 39.56%
G = 31.24%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCC7BA (or 0xFCC7BA) is known color: Your Pink. HEX triplet: FC, C7 and BA. RGB value is (252,199,186). Sum of RGB (Red+Green+Blue) = 252+199+186=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7BA is #033845. Grayscale: #D5D5D5. Windows color (decimal): -211014 or 12240892. OLE color: 12240892.

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

Color convert

RGB 252 199 186 -
CMYK 0 0.21 0.26 0.01
HSL 11.82º 0.92% 0.86% -
HSV(B) 11.82º 0.26% 0.99% -
XYZ 69.43 65.09 55.36 -
YUV 213.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 252 199 186 0 0.21 0.26 0.01 11.82 0.92 0.86
Hex FC C7 BA 0 15 1A 1 C 5C 56
Octal 374 307 272 0 25 32 1 14 134 126
Binary 11111100 11000111 10111010 0 10101 11010 1 1100 1011100 1010110

Color Harmonies of #FCC7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7BA

Black with #FCC7BA

Text Example


Text Example

White with #FCC7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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