Html Css Color HEX #FCAACC Carnation Pink

📋 copy color: '#FCAACC'

red 252 ◦ green 170 ◦ blue 204

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

Shades of Carnation Pink #FCAACC

Tints of Carnation Pink #FCAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.59%

R = 40.26%
G = 27.16%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCAACC (or 0xFCAACC) is known color: Carnation Pink. HEX triplet: FC, AA and CC. RGB value is (252,170,204). Sum of RGB (Red+Green+Blue) = 252+170+204=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAACC is #035533. Grayscale: #C6C6C6. Windows color (decimal): -218420 or 13413116. OLE color: 13413116.

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

Color convert

RGB 252 170 204 -
CMYK 0 0.33 0.19 0.01
HSL 335.12º 0.93% 0.83% -
HSV(B) 335.12º 0.33% 0.99% -
XYZ 65.42 53.8 64.06 -
YUV 198.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 252 170 204 0 0.33 0.19 0.01 335.12 0.93 0.83
Hex FC AA CC 0 21 13 1 14F 5D 53
Octal 374 252 314 0 41 23 1 517 135 123
Binary 11111100 10101010 11001100 0 100001 10011 1 101001111 1011101 1010011

Color Harmonies of #FCAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAACC

Black with #FCAACC

Text Example


Text Example

White with #FCAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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