Html Css Color HEX #FCA4C3 Carnation Pink

📋 copy color: '#FCA4C3'

red 252 ◦ green 164 ◦ blue 195

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

Shades of Carnation Pink #FCA4C3

Tints of Carnation Pink #FCA4C3

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.84%

 BLUE value IS 195 (76.56% from 255) = 31.91%

R = 41.24%
G = 26.84%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCA4C3 (or 0xFCA4C3) is known color: Carnation Pink. HEX triplet: FC, A4 and C3. RGB value is (252,164,195). Sum of RGB (Red+Green+Blue) = 252+164+195=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4C3 is #035B3C. Grayscale: #C1C1C1. Windows color (decimal): -219965 or 12821756. OLE color: 12821756.

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

Color convert

RGB 252 164 195 -
CMYK 0 0.35 0.23 0.01
HSL 338.86º 0.94% 0.82% -
HSV(B) 338.86º 0.35% 0.99% -
XYZ 63.27 51.19 58.18 -
YUV 193.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 252 164 195 0 0.35 0.23 0.01 338.86 0.94 0.82
Hex FC A4 C3 0 23 17 1 153 5E 52
Octal 374 244 303 0 43 27 1 523 136 122
Binary 11111100 10100100 11000011 0 100011 10111 1 101010011 1011110 1010010

Color Harmonies of #FCA4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA4C3

Black with #FCA4C3

Text Example


Text Example

White with #FCA4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA4C3; }

 p { color: rgb(252,164,195); }

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

background-color css

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

 a { background-color: rgb(252,164,195); }

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

border-color css

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

 span { border-color: rgb(252,164,195); }

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