Html Css Color HEX #FCA5C0 Carnation Pink

📋 copy color: '#FCA5C0'

red 252 ◦ green 165 ◦ blue 192

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

Shades of Carnation Pink #FCA5C0

Tints of Carnation Pink #FCA5C0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.09%

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

R = 41.38%
G = 27.09%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCA5C0 (or 0xFCA5C0) is known color: Carnation Pink. HEX triplet: FC, A5 and C0. RGB value is (252,165,192). Sum of RGB (Red+Green+Blue) = 252+165+192=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5C0 is #035A3F. Grayscale: #C2C2C2. Windows color (decimal): -219712 or 12625404. OLE color: 12625404.

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

Color convert

RGB 252 165 192 -
CMYK 0 0.35 0.24 0.01
HSL 341.38º 0.94% 0.82% -
HSV(B) 341.38º 0.35% 0.99% -
XYZ 63.11 51.41 56.47 -
YUV 194.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 252 165 192 0 0.35 0.24 0.01 341.38 0.94 0.82
Hex FC A5 C0 0 23 18 1 155 5E 52
Octal 374 245 300 0 43 30 1 525 136 122
Binary 11111100 10100101 11000000 0 100011 11000 1 101010101 1011110 1010010

Color Harmonies of #FCA5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA5C0

Black with #FCA5C0

Text Example


Text Example

White with #FCA5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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