Html Css Color HEX #FC9ECD Carnation Pink

📋 copy color: '#FC9ECD'

red 252 ◦ green 158 ◦ blue 205

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

Shades of Carnation Pink #FC9ECD

Tints of Carnation Pink #FC9ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.69%

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

R = 40.98%
G = 25.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC9ECD (or 0xFC9ECD) is known color: Carnation Pink. HEX triplet: FC, 9E and CD. RGB value is (252,158,205). Sum of RGB (Red+Green+Blue) = 252+158+205=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ECD is #036132. Grayscale: #BFBFBF. Windows color (decimal): -221491 or 13475580. OLE color: 13475580.

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

Color convert

RGB 252 158 205 -
CMYK 0 0.37 0.19 0.01
HSL 330º 0.94% 0.8% -
HSV(B) 330º 0.37% 0.99% -
XYZ 63.39 49.56 63.98 -
YUV 191.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 252 158 205 0 0.37 0.19 0.01 330 0.94 0.8
Hex FC 9E CD 0 25 13 1 14A 5E 50
Octal 374 236 315 0 45 23 1 512 136 120
Binary 11111100 10011110 11001101 0 100101 10011 1 101001010 1011110 1010000

Color Harmonies of #FC9ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9ECD

Black with #FC9ECD

Text Example


Text Example

White with #FC9ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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