Html Css Color HEX #FCBAC9 Pink

📋 copy color: '#FCBAC9'

red 252 ◦ green 186 ◦ blue 201

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

Shades of Pink #FCBAC9

Tints of Pink #FCBAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.46%

R = 39.44%
G = 29.11%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCBAC9 (or 0xFCBAC9) is known color: Pink. HEX triplet: FC, BA and C9. RGB value is (252,186,201). Sum of RGB (Red+Green+Blue) = 252+186+201=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAC9 is #034536. Grayscale: #CFCFCF. Windows color (decimal): -214327 or 13220604. OLE color: 13220604.

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

Color convert

RGB 252 186 201 -
CMYK 0 0.26 0.20 0.01
HSL 346.36º 0.92% 0.86% -
HSV(B) 346.36º 0.26% 0.99% -
XYZ 68.25 60.03 63.25 -
YUV 207.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 252 186 201 0 0.26 0.20 0.01 346.36 0.92 0.86
Hex FC BA C9 0 1A 14 1 15A 5C 56
Octal 374 272 311 0 32 24 1 532 134 126
Binary 11111100 10111010 11001001 0 11010 10100 1 101011010 1011100 1010110

Color Harmonies of #FCBAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAC9

Black with #FCBAC9

Text Example


Text Example

White with #FCBAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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