Html Css Color HEX #FC9EC0 Carnation Pink

📋 copy color: '#FC9EC0'

red 252 ◦ green 158 ◦ blue 192

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

Shades of Carnation Pink #FC9EC0

Tints of Carnation Pink #FC9EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.89%

R = 41.86%
G = 26.25%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC9EC0 (or 0xFC9EC0) is known color: Carnation Pink. HEX triplet: FC, 9E and C0. RGB value is (252,158,192). Sum of RGB (Red+Green+Blue) = 252+158+192=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EC0 is #03613F. Grayscale: #BDBDBD. Windows color (decimal): -221504 or 12623612. OLE color: 12623612.

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

Color convert

RGB 252 158 192 -
CMYK 0 0.37 0.24 0.01
HSL 338.3º 0.94% 0.8% -
HSV(B) 338.3º 0.37% 0.99% -
XYZ 61.89 48.95 56.06 -
YUV 189.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 252 158 192 0 0.37 0.24 0.01 338.3 0.94 0.8
Hex FC 9E C0 0 25 18 1 152 5E 50
Octal 374 236 300 0 45 30 1 522 136 120
Binary 11111100 10011110 11000000 0 100101 11000 1 101010010 1011110 1010000

Color Harmonies of #FC9EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9EC0

Black with #FC9EC0

Text Example


Text Example

White with #FC9EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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