Html Css Color HEX #FCA1C0 Carnation Pink

📋 copy color: '#FCA1C0'

red 252 ◦ green 161 ◦ blue 192

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

Shades of Carnation Pink #FCA1C0

Tints of Carnation Pink #FCA1C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.74%

R = 41.65%
G = 26.61%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCA1C0 (or 0xFCA1C0) is known color: Carnation Pink. HEX triplet: FC, A1 and C0. RGB value is (252,161,192). Sum of RGB (Red+Green+Blue) = 252+161+192=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1C0 is #035E3F. Grayscale: #BFBFBF. Windows color (decimal): -220736 or 12624380. OLE color: 12624380.

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

Color convert

RGB 252 161 192 -
CMYK 0 0.36 0.24 0.01
HSL 339.56º 0.94% 0.81% -
HSV(B) 339.56º 0.36% 0.99% -
XYZ 62.4 49.99 56.23 -
YUV 191.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 252 161 192 0 0.36 0.24 0.01 339.56 0.94 0.81
Hex FC A1 C0 0 24 18 1 154 5E 51
Octal 374 241 300 0 44 30 1 524 136 121
Binary 11111100 10100001 11000000 0 100100 11000 1 101010100 1011110 1010001

Color Harmonies of #FCA1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA1C0

Black with #FCA1C0

Text Example


Text Example

White with #FCA1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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