Html Css Color HEX #FCA0C6 Carnation Pink

📋 copy color: '#FCA0C6'

red 252 ◦ green 160 ◦ blue 198

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

Shades of Carnation Pink #FCA0C6

Tints of Carnation Pink #FCA0C6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.23%

 BLUE value IS 198 (77.73% from 255) = 32.46%

R = 41.31%
G = 26.23%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCA0C6 (or 0xFCA0C6) is known color: Carnation Pink. HEX triplet: FC, A0 and C6. RGB value is (252,160,198). Sum of RGB (Red+Green+Blue) = 252+160+198=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0C6 is #035F39. Grayscale: #BFBFBF. Windows color (decimal): -220986 or 13017340. OLE color: 13017340.

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

Color convert

RGB 252 160 198 -
CMYK 0 0.37 0.21 0.01
HSL 335.22º 0.94% 0.81% -
HSV(B) 335.22º 0.37% 0.99% -
XYZ 62.91 49.91 59.74 -
YUV 191.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 252 160 198 0 0.37 0.21 0.01 335.22 0.94 0.81
Hex FC A0 C6 0 25 15 1 14F 5E 51
Octal 374 240 306 0 45 25 1 517 136 121
Binary 11111100 10100000 11000110 0 100101 10101 1 101001111 1011110 1010001

Color Harmonies of #FCA0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA0C6

Black with #FCA0C6

Text Example


Text Example

White with #FCA0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA0C6; }

 p { color: rgb(252,160,198); }

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

background-color css

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

 a { background-color: rgb(252,160,198); }

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

border-color css

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

 span { border-color: rgb(252,160,198); }

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