Html Css Color HEX #FCA4C4 Carnation Pink

📋 copy color: '#FCA4C4'

red 252 ◦ green 164 ◦ blue 196

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

Shades of Carnation Pink #FCA4C4

Tints of Carnation Pink #FCA4C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.03%

R = 41.18%
G = 26.8%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCA4C4 (or 0xFCA4C4) is known color: Carnation Pink. HEX triplet: FC, A4 and C4. RGB value is (252,164,196). Sum of RGB (Red+Green+Blue) = 252+164+196=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4C4 is #035B3B. Grayscale: #C1C1C1. Windows color (decimal): -219964 or 12887292. OLE color: 12887292.

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

Color convert

RGB 252 164 196 -
CMYK 0 0.35 0.22 0.01
HSL 338.18º 0.94% 0.82% -
HSV(B) 338.18º 0.35% 0.99% -
XYZ 63.38 51.23 58.77 -
YUV 193.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 252 164 196 0 0.35 0.22 0.01 338.18 0.94 0.82
Hex FC A4 C4 0 23 16 1 152 5E 52
Octal 374 244 304 0 43 26 1 522 136 122
Binary 11111100 10100100 11000100 0 100011 10110 1 101010010 1011110 1010010

Color Harmonies of #FCA4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA4C4

Black with #FCA4C4

Text Example


Text Example

White with #FCA4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA4C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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