Html Css Color HEX #FCABAC Light Pink

📋 copy color: '#FCABAC'

red 252 ◦ green 171 ◦ blue 172

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

Shades of Light Pink #FCABAC

Tints of Light Pink #FCABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.74%

 BLUE value IS 172 (67.58% from 255) = 28.91%

R = 42.35%
G = 28.74%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCABAC (or 0xFCABAC) is known color: Light Pink. HEX triplet: FC, AB and AC. RGB value is (252,171,172). Sum of RGB (Red+Green+Blue) = 252+171+172=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCABAC is #035453. Grayscale: #C3C3C3. Windows color (decimal): -218196 or 11316220. OLE color: 11316220.

HSL color Cylindrical-coordinate representation of color #FCABAC: hue angle of 359.26º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCABAC is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 172 -
CMYK 0 0.32 0.32 0.01
HSL 359.26º 0.93% 0.83% -
HSV(B) 359.26º 0.32% 0.99% -
XYZ 62.15 52.8 45.95 -
YUV 195.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 252 171 172 0 0.32 0.32 0.01 359.26 0.93 0.83
Hex FC AB AC 0 20 20 1 167 5D 53
Octal 374 253 254 0 40 40 1 547 135 123
Binary 11111100 10101011 10101100 0 100000 100000 1 101100111 1011101 1010011

Color Harmonies of #FCABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABAC

Black with #FCABAC

Text Example


Text Example

White with #FCABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABAC; }

 p { color: rgb(252,171,172); }

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

background-color css

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

 a { background-color: rgb(252,171,172); }

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

border-color css

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

 span { border-color: rgb(252,171,172); }

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