Html Css Color HEX #FC9EC9 Carnation Pink

📋 copy color: '#FC9EC9'

red 252 ◦ green 158 ◦ blue 201

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

Shades of Carnation Pink #FC9EC9

Tints of Carnation Pink #FC9EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.9%

R = 41.24%
G = 25.86%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC9EC9 (or 0xFC9EC9) is known color: Carnation Pink. HEX triplet: FC, 9E and C9. RGB value is (252,158,201). Sum of RGB (Red+Green+Blue) = 252+158+201=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EC9 is #036136. Grayscale: #BEBEBE. Windows color (decimal): -221495 or 13213436. OLE color: 13213436.

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

Color convert

RGB 252 158 201 -
CMYK 0 0.37 0.20 0.01
HSL 332.55º 0.94% 0.8% -
HSV(B) 332.55º 0.37% 0.99% -
XYZ 62.91 49.37 61.47 -
YUV 191.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 252 158 201 0 0.37 0.20 0.01 332.55 0.94 0.8
Hex FC 9E C9 0 25 14 1 14D 5E 50
Octal 374 236 311 0 45 24 1 515 136 120
Binary 11111100 10011110 11001001 0 100101 10100 1 101001101 1011110 1010000

Color Harmonies of #FC9EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9EC9

Black with #FC9EC9

Text Example


Text Example

White with #FC9EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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