Html Css Color HEX #FC9EBA Carnation Pink

📋 copy color: '#FC9EBA'

red 252 ◦ green 158 ◦ blue 186

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

Shades of Carnation Pink #FC9EBA

Tints of Carnation Pink #FC9EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.21%

R = 42.28%
G = 26.51%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC9EBA (or 0xFC9EBA) is known color: Carnation Pink. HEX triplet: FC, 9E and BA. RGB value is (252,158,186). Sum of RGB (Red+Green+Blue) = 252+158+186=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EBA is #036145. Grayscale: #BDBDBD. Windows color (decimal): -221510 or 12230396. OLE color: 12230396.

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

Color convert

RGB 252 158 186 -
CMYK 0 0.37 0.26 0.01
HSL 342.13º 0.94% 0.8% -
HSV(B) 342.13º 0.37% 0.99% -
XYZ 61.23 48.69 52.63 -
YUV 189.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 252 158 186 0 0.37 0.26 0.01 342.13 0.94 0.8
Hex FC 9E BA 0 25 1A 1 156 5E 50
Octal 374 236 272 0 45 32 1 526 136 120
Binary 11111100 10011110 10111010 0 100101 11010 1 101010110 1011110 1010000

Color Harmonies of #FC9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9EBA

Black with #FC9EBA

Text Example


Text Example

White with #FC9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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