Html Css Color HEX #FCAAC6 Carnation Pink

📋 copy color: '#FCAAC6'

red 252 ◦ green 170 ◦ blue 198

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

Shades of Carnation Pink #FCAAC6

Tints of Carnation Pink #FCAAC6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.42%

 BLUE value IS 198 (77.73% from 255) = 31.94%

R = 40.65%
G = 27.42%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCAAC6 (or 0xFCAAC6) is known color: Carnation Pink. HEX triplet: FC, AA and C6. RGB value is (252,170,198). Sum of RGB (Red+Green+Blue) = 252+170+198=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAC6 is #035539. Grayscale: #C5C5C5. Windows color (decimal): -218426 or 13019900. OLE color: 13019900.

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

Color convert

RGB 252 170 198 -
CMYK 0 0.33 0.21 0.01
HSL 339.51º 0.93% 0.83% -
HSV(B) 339.51º 0.33% 0.99% -
XYZ 64.71 53.52 60.35 -
YUV 197.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 252 170 198 0 0.33 0.21 0.01 339.51 0.93 0.83
Hex FC AA C6 0 21 15 1 154 5D 53
Octal 374 252 306 0 41 25 1 524 135 123
Binary 11111100 10101010 11000110 0 100001 10101 1 101010100 1011101 1010011

Color Harmonies of #FCAAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAC6

Black with #FCAAC6

Text Example


Text Example

White with #FCAAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAC6; }

 p { color: rgb(252,170,198); }

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

background-color css

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

 a { background-color: rgb(252,170,198); }

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

border-color css

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

 span { border-color: rgb(252,170,198); }

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