Html Css Color HEX #FC9ED0 Carnation Pink

📋 copy color: '#FC9ED0'

red 252 ◦ green 158 ◦ blue 208

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

Shades of Carnation Pink #FC9ED0

Tints of Carnation Pink #FC9ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.66%

R = 40.78%
G = 25.57%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC9ED0 (or 0xFC9ED0) is known color: Carnation Pink. HEX triplet: FC, 9E and D0. RGB value is (252,158,208). Sum of RGB (Red+Green+Blue) = 252+158+208=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ED0 is #03612F. Grayscale: #BFBFBF. Windows color (decimal): -221488 or 13672188. OLE color: 13672188.

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

Color convert

RGB 252 158 208 -
CMYK 0 0.37 0.17 0.01
HSL 328.09º 0.94% 0.8% -
HSV(B) 328.09º 0.37% 0.99% -
XYZ 63.76 49.7 65.91 -
YUV 191.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 252 158 208 0 0.37 0.17 0.01 328.09 0.94 0.8
Hex FC 9E D0 0 25 11 1 148 5E 50
Octal 374 236 320 0 45 21 1 510 136 120
Binary 11111100 10011110 11010000 0 100101 10001 1 101001000 1011110 1010000

Color Harmonies of #FC9ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9ED0

Black with #FC9ED0

Text Example


Text Example

White with #FC9ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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