Html Css Color HEX #FCACC6 Carnation Pink

📋 copy color: '#FCACC6'

red 252 ◦ green 172 ◦ blue 198

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

Shades of Carnation Pink #FCACC6

Tints of Carnation Pink #FCACC6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.65%

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

R = 40.51%
G = 27.65%
B = 31.83%

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

#FCACC6 (or 0xFCACC6) is known color: Carnation Pink. HEX triplet: FC, AC and C6. RGB value is (252,172,198). Sum of RGB (Red+Green+Blue) = 252+172+198=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACC6 is #035339. Grayscale: #C6C6C6. Windows color (decimal): -217914 or 13020412. OLE color: 13020412.

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

Color convert

RGB 252 172 198 -
CMYK 0 0.32 0.21 0.01
HSL 340.5º 0.93% 0.83% -
HSV(B) 340.5º 0.32% 0.99% -
XYZ 65.09 54.28 60.47 -
YUV 198.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 252 172 198 0 0.32 0.21 0.01 340.5 0.93 0.83
Hex FC AC C6 0 20 15 1 154 5D 53
Octal 374 254 306 0 40 25 1 524 135 123
Binary 11111100 10101100 11000110 0 100000 10101 1 101010100 1011101 1010011

Color Harmonies of #FCACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACC6

Black with #FCACC6

Text Example


Text Example

White with #FCACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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