Html Css Color HEX #FCABB6 Light Pink

📋 copy color: '#FCABB6'

red 252 ◦ green 171 ◦ blue 182

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

Shades of Light Pink #FCABB6

Tints of Light Pink #FCABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.08%

R = 41.65%
G = 28.26%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCABB6 (or 0xFCABB6) is known color: Light Pink. HEX triplet: FC, AB and B6. RGB value is (252,171,182). Sum of RGB (Red+Green+Blue) = 252+171+182=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABB6 is #035449. Grayscale: #C4C4C4. Windows color (decimal): -218186 or 11971580. OLE color: 11971580.

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

Color convert

RGB 252 171 182 -
CMYK 0 0.32 0.28 0.01
HSL 351.85º 0.93% 0.83% -
HSV(B) 351.85º 0.32% 0.99% -
XYZ 63.15 53.2 51.2 -
YUV 196.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 252 171 182 0 0.32 0.28 0.01 351.85 0.93 0.83
Hex FC AB B6 0 20 1C 1 160 5D 53
Octal 374 253 266 0 40 34 1 540 135 123
Binary 11111100 10101011 10110110 0 100000 11100 1 101100000 1011101 1010011

Color Harmonies of #FCABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABB6

Black with #FCABB6

Text Example


Text Example

White with #FCABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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