Html Css Color HEX #FCAACD Carnation Pink

📋 copy color: '#FCAACD'

red 252 ◦ green 170 ◦ blue 205

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

Shades of Carnation Pink #FCAACD

Tints of Carnation Pink #FCAACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.7%

R = 40.19%
G = 27.11%
B = 32.7%

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

#FCAACD (or 0xFCAACD) is known color: Carnation Pink. HEX triplet: FC, AA and CD. RGB value is (252,170,205). Sum of RGB (Red+Green+Blue) = 252+170+205=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAACD is #035532. Grayscale: #C6C6C6. Windows color (decimal): -218419 or 13478652. OLE color: 13478652.

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

Color convert

RGB 252 170 205 -
CMYK 0 0.33 0.19 0.01
HSL 334.39º 0.93% 0.83% -
HSV(B) 334.39º 0.33% 0.99% -
XYZ 65.54 53.85 64.7 -
YUV 198.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 252 170 205 0 0.33 0.19 0.01 334.39 0.93 0.83
Hex FC AA CD 0 21 13 1 14E 5D 53
Octal 374 252 315 0 41 23 1 516 135 123
Binary 11111100 10101010 11001101 0 100001 10011 1 101001110 1011101 1010011

Color Harmonies of #FCAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAACD

Black with #FCAACD

Text Example


Text Example

White with #FCAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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