Html Css Color HEX #FCABC5 Carnation Pink

📋 copy color: '#FCABC5'

red 252 ◦ green 171 ◦ blue 197

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

Shades of Carnation Pink #FCABC5

Tints of Carnation Pink #FCABC5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.58%

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

R = 40.65%
G = 27.58%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCABC5 (or 0xFCABC5) is known color: Carnation Pink. HEX triplet: FC, AB and C5. RGB value is (252,171,197). Sum of RGB (Red+Green+Blue) = 252+171+197=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABC5 is #03543A. Grayscale: #C6C6C6. Windows color (decimal): -218171 or 12954620. OLE color: 12954620.

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

Color convert

RGB 252 171 197 -
CMYK 0 0.32 0.22 0.01
HSL 340.74º 0.93% 0.83% -
HSV(B) 340.74º 0.32% 0.99% -
XYZ 64.79 53.85 59.8 -
YUV 198.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 252 171 197 0 0.32 0.22 0.01 340.74 0.93 0.83
Hex FC AB C5 0 20 16 1 155 5D 53
Octal 374 253 305 0 40 26 1 525 135 123
Binary 11111100 10101011 11000101 0 100000 10110 1 101010101 1011101 1010011

Color Harmonies of #FCABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABC5

Black with #FCABC5

Text Example


Text Example

White with #FCABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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