Html Css Color HEX #FCA1C9 Carnation Pink

📋 copy color: '#FCA1C9'

red 252 ◦ green 161 ◦ blue 201

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

Shades of Carnation Pink #FCA1C9

Tints of Carnation Pink #FCA1C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.74%

R = 41.04%
G = 26.22%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCA1C9 (or 0xFCA1C9) is known color: Carnation Pink. HEX triplet: FC, A1 and C9. RGB value is (252,161,201). Sum of RGB (Red+Green+Blue) = 252+161+201=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1C9 is #035E36. Grayscale: #C0C0C0. Windows color (decimal): -220727 or 13214204. OLE color: 13214204.

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

Color convert

RGB 252 161 201 -
CMYK 0 0.36 0.20 0.01
HSL 333.63º 0.94% 0.81% -
HSV(B) 333.63º 0.36% 0.99% -
XYZ 63.43 50.4 61.64 -
YUV 192.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 252 161 201 0 0.36 0.20 0.01 333.63 0.94 0.81
Hex FC A1 C9 0 24 14 1 14E 5E 51
Octal 374 241 311 0 44 24 1 516 136 121
Binary 11111100 10100001 11001001 0 100100 10100 1 101001110 1011110 1010001

Color Harmonies of #FCA1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA1C9

Black with #FCA1C9

Text Example


Text Example

White with #FCA1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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