Html Css Color HEX #FCA1BA Carnation Pink

📋 copy color: '#FCA1BA'

red 252 ◦ green 161 ◦ blue 186

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

Shades of Carnation Pink #FCA1BA

Tints of Carnation Pink #FCA1BA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.88%

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

R = 42.07%
G = 26.88%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCA1BA (or 0xFCA1BA) is known color: Carnation Pink. HEX triplet: FC, A1 and BA. RGB value is (252,161,186). Sum of RGB (Red+Green+Blue) = 252+161+186=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1BA is #035E45. Grayscale: #BFBFBF. Windows color (decimal): -220742 or 12231164. OLE color: 12231164.

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

Color convert

RGB 252 161 186 -
CMYK 0 0.36 0.26 0.01
HSL 343.52º 0.94% 0.81% -
HSV(B) 343.52º 0.36% 0.99% -
XYZ 61.75 49.73 52.8 -
YUV 191.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 252 161 186 0 0.36 0.26 0.01 343.52 0.94 0.81
Hex FC A1 BA 0 24 1A 1 158 5E 51
Octal 374 241 272 0 44 32 1 530 136 121
Binary 11111100 10100001 10111010 0 100100 11010 1 101011000 1011110 1010001

Color Harmonies of #FCA1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA1BA

Black with #FCA1BA

Text Example


Text Example

White with #FCA1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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