Html Css Color HEX #FCAABA Light Pink

📋 copy color: '#FCAABA'

red 252 ◦ green 170 ◦ blue 186

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

Shades of Light Pink #FCAABA

Tints of Light Pink #FCAABA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.96%

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

R = 41.45%
G = 27.96%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCAABA (or 0xFCAABA) is known color: Light Pink. HEX triplet: FC, AA and BA. RGB value is (252,170,186). Sum of RGB (Red+Green+Blue) = 252+170+186=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAABA is #035545. Grayscale: #C4C4C4. Windows color (decimal): -218438 or 12233468. OLE color: 12233468.

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

Color convert

RGB 252 170 186 -
CMYK 0 0.33 0.26 0.01
HSL 348.29º 0.93% 0.83% -
HSV(B) 348.29º 0.33% 0.99% -
XYZ 63.38 52.99 53.34 -
YUV 196.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 252 170 186 0 0.33 0.26 0.01 348.29 0.93 0.83
Hex FC AA BA 0 21 1A 1 15C 5D 53
Octal 374 252 272 0 41 32 1 534 135 123
Binary 11111100 10101010 10111010 0 100001 11010 1 101011100 1011101 1010011

Color Harmonies of #FCAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAABA

Black with #FCAABA

Text Example


Text Example

White with #FCAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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