Html Css Color HEX #FC9ECE Carnation Pink

📋 copy color: '#FC9ECE'

red 252 ◦ green 158 ◦ blue 206

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

Shades of Carnation Pink #FC9ECE

Tints of Carnation Pink #FC9ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.44%

R = 40.91%
G = 25.65%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC9ECE (or 0xFC9ECE) is known color: Carnation Pink. HEX triplet: FC, 9E and CE. RGB value is (252,158,206). Sum of RGB (Red+Green+Blue) = 252+158+206=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ECE is #036131. Grayscale: #BFBFBF. Windows color (decimal): -221490 or 13541116. OLE color: 13541116.

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

Color convert

RGB 252 158 206 -
CMYK 0 0.37 0.18 0.01
HSL 329.36º 0.94% 0.8% -
HSV(B) 329.36º 0.37% 0.99% -
XYZ 63.51 49.61 64.62 -
YUV 191.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 252 158 206 0 0.37 0.18 0.01 329.36 0.94 0.8
Hex FC 9E CE 0 25 12 1 149 5E 50
Octal 374 236 316 0 45 22 1 511 136 120
Binary 11111100 10011110 11001110 0 100101 10010 1 101001001 1011110 1010000

Color Harmonies of #FC9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9ECE

Black with #FC9ECE

Text Example


Text Example

White with #FC9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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