Html Css Color HEX #FCBAC1 Light Pink

📋 copy color: '#FCBAC1'

red 252 ◦ green 186 ◦ blue 193

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

Shades of Light Pink #FCBAC1

Tints of Light Pink #FCBAC1

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCBAC1 (or 0xFCBAC1) is known color: Light Pink. HEX triplet: FC, BA and C1. RGB value is (252,186,193). Sum of RGB (Red+Green+Blue) = 252+186+193=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAC1 is #03453E. Grayscale: #CECECE. Windows color (decimal): -214335 or 12696316. OLE color: 12696316.

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

Color convert

RGB 252 186 193 -
CMYK 0 0.26 0.23 0.01
HSL 353.64º 0.92% 0.86% -
HSV(B) 353.64º 0.26% 0.99% -
XYZ 67.33 59.66 58.42 -
YUV 206.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 252 186 193 0 0.26 0.23 0.01 353.64 0.92 0.86
Hex FC BA C1 0 1A 17 1 162 5C 56
Octal 374 272 301 0 32 27 1 542 134 126
Binary 11111100 10111010 11000001 0 11010 10111 1 101100010 1011100 1010110

Color Harmonies of #FCBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAC1

Black with #FCBAC1

Text Example


Text Example

White with #FCBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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