Html Css Color HEX #FC9CCD Carnation Pink

📋 copy color: '#FC9CCD'

red 252 ◦ green 156 ◦ blue 205

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

Shades of Carnation Pink #FC9CCD

Tints of Carnation Pink #FC9CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.45%

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

R = 41.11%
G = 25.45%
B = 33.44%

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

#FC9CCD (or 0xFC9CCD) is known color: Carnation Pink. HEX triplet: FC, 9C and CD. RGB value is (252,156,205). Sum of RGB (Red+Green+Blue) = 252+156+205=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CCD is #036332. Grayscale: #BEBEBE. Windows color (decimal): -222003 or 13475068. OLE color: 13475068.

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

Color convert

RGB 252 156 205 -
CMYK 0 0.38 0.19 0.01
HSL 329.38º 0.94% 0.8% -
HSV(B) 329.38º 0.38% 0.99% -
XYZ 63.05 48.88 63.87 -
YUV 190.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 252 156 205 0 0.38 0.19 0.01 329.38 0.94 0.8
Hex FC 9C CD 0 26 13 1 149 5E 50
Octal 374 234 315 0 46 23 1 511 136 120
Binary 11111100 10011100 11001101 0 100110 10011 1 101001001 1011110 1010000

Color Harmonies of #FC9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9CCD

Black with #FC9CCD

Text Example


Text Example

White with #FC9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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