Html Css Color HEX #FCABBA Light Pink

📋 copy color: '#FCABBA'

red 252 ◦ green 171 ◦ blue 186

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

Shades of Light Pink #FCABBA

Tints of Light Pink #FCABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.54%

R = 41.38%
G = 28.08%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCABBA (or 0xFCABBA) is known color: Light Pink. HEX triplet: FC, AB and BA. RGB value is (252,171,186). Sum of RGB (Red+Green+Blue) = 252+171+186=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABBA is #035445. Grayscale: #C4C4C4. Windows color (decimal): -218182 or 12233724. OLE color: 12233724.

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

Color convert

RGB 252 171 186 -
CMYK 0 0.32 0.26 0.01
HSL 348.89º 0.93% 0.83% -
HSV(B) 348.89º 0.32% 0.99% -
XYZ 63.57 53.37 53.4 -
YUV 196.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 252 171 186 0 0.32 0.26 0.01 348.89 0.93 0.83
Hex FC AB BA 0 20 1A 1 15D 5D 53
Octal 374 253 272 0 40 32 1 535 135 123
Binary 11111100 10101011 10111010 0 100000 11010 1 101011101 1011101 1010011

Color Harmonies of #FCABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABBA

Black with #FCABBA

Text Example


Text Example

White with #FCABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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