Html Css Color HEX #FCABC6 Carnation Pink

📋 copy color: '#FCABC6'

red 252 ◦ green 171 ◦ blue 198

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

Shades of Carnation Pink #FCABC6

Tints of Carnation Pink #FCABC6

RGB

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

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

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

R = 40.58%
G = 27.54%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCABC6 (or 0xFCABC6) is known color: Carnation Pink. HEX triplet: FC, AB and C6. RGB value is (252,171,198). Sum of RGB (Red+Green+Blue) = 252+171+198=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABC6 is #035439. Grayscale: #C6C6C6. Windows color (decimal): -218170 or 13020156. OLE color: 13020156.

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

Color convert

RGB 252 171 198 -
CMYK 0 0.32 0.21 0.01
HSL 340º 0.93% 0.83% -
HSV(B) 340º 0.32% 0.99% -
XYZ 64.9 53.9 60.41 -
YUV 198.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 252 171 198 0 0.32 0.21 0.01 340 0.93 0.83
Hex FC AB C6 0 20 15 1 154 5D 53
Octal 374 253 306 0 40 25 1 524 135 123
Binary 11111100 10101011 11000110 0 100000 10101 1 101010100 1011101 1010011

Color Harmonies of #FCABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABC6

Black with #FCABC6

Text Example


Text Example

White with #FCABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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