Html Css Color HEX #FC9DCC Carnation Pink

📋 copy color: '#FC9DCC'

red 252 ◦ green 157 ◦ blue 204

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

Shades of Carnation Pink #FC9DCC

Tints of Carnation Pink #FC9DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.61%

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

R = 41.11%
G = 25.61%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC9DCC (or 0xFC9DCC) is known color: Carnation Pink. HEX triplet: FC, 9D and CC. RGB value is (252,157,204). Sum of RGB (Red+Green+Blue) = 252+157+204=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DCC is #036233. Grayscale: #BEBEBE. Windows color (decimal): -221748 or 13409788. OLE color: 13409788.

HSL color Cylindrical-coordinate representation of color #FC9DCC: hue angle of 330.32º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9DCC is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 157 204 -
CMYK 0 0.38 0.19 0.01
HSL 330.32º 0.94% 0.8% -
HSV(B) 330.32º 0.38% 0.99% -
XYZ 63.1 49.17 63.29 -
YUV 190.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 252 157 204 0 0.38 0.19 0.01 330.32 0.94 0.8
Hex FC 9D CC 0 26 13 1 14A 5E 50
Octal 374 235 314 0 46 23 1 512 136 120
Binary 11111100 10011101 11001100 0 100110 10011 1 101001010 1011110 1010000

Color Harmonies of #FC9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9DCC

Black with #FC9DCC

Text Example


Text Example

White with #FC9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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