Html Css Color HEX #FCA9C4 Carnation Pink

📋 copy color: '#FCA9C4'

red 252 ◦ green 169 ◦ blue 196

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

Shades of Carnation Pink #FCA9C4

Tints of Carnation Pink #FCA9C4

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.39%

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

R = 40.84%
G = 27.39%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCA9C4 (or 0xFCA9C4) is known color: Carnation Pink. HEX triplet: FC, A9 and C4. RGB value is (252,169,196). Sum of RGB (Red+Green+Blue) = 252+169+196=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9C4 is #03563B. Grayscale: #C4C4C4. Windows color (decimal): -218684 or 12888572. OLE color: 12888572.

HSL color Cylindrical-coordinate representation of color #FCA9C4: hue angle of 340.48º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA9C4 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 169 196 -
CMYK 0 0.33 0.22 0.01
HSL 340.48º 0.93% 0.83% -
HSV(B) 340.48º 0.33% 0.99% -
XYZ 64.3 53.06 59.08 -
YUV 196.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 252 169 196 0 0.33 0.22 0.01 340.48 0.93 0.83
Hex FC A9 C4 0 21 16 1 154 5D 53
Octal 374 251 304 0 41 26 1 524 135 123
Binary 11111100 10101001 11000100 0 100001 10110 1 101010100 1011101 1010011

Color Harmonies of #FCA9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA9C4

Black with #FCA9C4

Text Example


Text Example

White with #FCA9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA9C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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