Html Css Color HEX #FCA0C5 Carnation Pink

📋 copy color: '#FCA0C5'

red 252 ◦ green 160 ◦ blue 197

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

Shades of Carnation Pink #FCA0C5

Tints of Carnation Pink #FCA0C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.35%

R = 41.38%
G = 26.27%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCA0C5 (or 0xFCA0C5) is known color: Carnation Pink. HEX triplet: FC, A0 and C5. RGB value is (252,160,197). Sum of RGB (Red+Green+Blue) = 252+160+197=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0C5 is #035F3A. Grayscale: #BFBFBF. Windows color (decimal): -220987 or 12951804. OLE color: 12951804.

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

Color convert

RGB 252 160 197 -
CMYK 0 0.37 0.22 0.01
HSL 335.87º 0.94% 0.81% -
HSV(B) 335.87º 0.37% 0.99% -
XYZ 62.79 49.87 59.14 -
YUV 191.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 252 160 197 0 0.37 0.22 0.01 335.87 0.94 0.81
Hex FC A0 C5 0 25 16 1 150 5E 51
Octal 374 240 305 0 45 26 1 520 136 121
Binary 11111100 10100000 11000101 0 100101 10110 1 101010000 1011110 1010001

Color Harmonies of #FCA0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA0C5

Black with #FCA0C5

Text Example


Text Example

White with #FCA0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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