Html Css Color HEX #FCBAC7 Pink

📋 copy color: '#FCBAC7'

red 252 ◦ green 186 ◦ blue 199

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

Shades of Pink #FCBAC7

Tints of Pink #FCBAC7

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 252 186 199 -
CMYK 0 0.26 0.21 0.01
HSL 348.18º 0.92% 0.86% -
HSV(B) 348.18º 0.26% 0.99% -
XYZ 68.01 59.94 62.02 -
YUV 207.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 252 186 199 0 0.26 0.21 0.01 348.18 0.92 0.86
Hex FC BA C7 0 1A 15 1 15C 5C 56
Octal 374 272 307 0 32 25 1 534 134 126
Binary 11111100 10111010 11000111 0 11010 10101 1 101011100 1011100 1010110

Color Harmonies of #FCBAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAC7

Black with #FCBAC7

Text Example


Text Example

White with #FCBAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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