Html Css Color HEX #FCA9BA Light Pink

📋 copy color: '#FCA9BA'

red 252 ◦ green 169 ◦ blue 186

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

Shades of Light Pink #FCA9BA

Tints of Light Pink #FCA9BA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.84%

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

R = 41.52%
G = 27.84%
B = 30.64%

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

#FCA9BA (or 0xFCA9BA) is known color: Light Pink. HEX triplet: FC, A9 and BA. RGB value is (252,169,186). Sum of RGB (Red+Green+Blue) = 252+169+186=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9BA is #035645. Grayscale: #C3C3C3. Windows color (decimal): -218694 or 12233212. OLE color: 12233212.

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

Color convert

RGB 252 169 186 -
CMYK 0 0.33 0.26 0.01
HSL 347.71º 0.93% 0.83% -
HSV(B) 347.71º 0.33% 0.99% -
XYZ 63.2 52.62 53.28 -
YUV 195.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 252 169 186 0 0.33 0.26 0.01 347.71 0.93 0.83
Hex FC A9 BA 0 21 1A 1 15C 5D 53
Octal 374 251 272 0 41 32 1 534 135 123
Binary 11111100 10101001 10111010 0 100001 11010 1 101011100 1011101 1010011

Color Harmonies of #FCA9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA9BA

Black with #FCA9BA

Text Example


Text Example

White with #FCA9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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