Html Css Color HEX #FCAAC5 Carnation Pink

📋 copy color: '#FCAAC5'

red 252 ◦ green 170 ◦ blue 197

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

Shades of Carnation Pink #FCAAC5

Tints of Carnation Pink #FCAAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.83%

R = 40.71%
G = 27.46%
B = 31.83%

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

#FCAAC5 (or 0xFCAAC5) is known color: Carnation Pink. HEX triplet: FC, AA and C5. RGB value is (252,170,197). Sum of RGB (Red+Green+Blue) = 252+170+197=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAC5 is #03553A. Grayscale: #C5C5C5. Windows color (decimal): -218427 or 12954364. OLE color: 12954364.

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

Color convert

RGB 252 170 197 -
CMYK 0 0.33 0.22 0.01
HSL 340.24º 0.93% 0.83% -
HSV(B) 340.24º 0.33% 0.99% -
XYZ 64.6 53.48 59.74 -
YUV 197.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 252 170 197 0 0.33 0.22 0.01 340.24 0.93 0.83
Hex FC AA C5 0 21 16 1 154 5D 53
Octal 374 252 305 0 41 26 1 524 135 123
Binary 11111100 10101010 11000101 0 100001 10110 1 101010100 1011101 1010011

Color Harmonies of #FCAAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAC5

Black with #FCAAC5

Text Example


Text Example

White with #FCAAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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