Html Css Color HEX #FC9FCB Carnation Pink

📋 copy color: '#FC9FCB'

red 252 ◦ green 159 ◦ blue 203

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

Shades of Carnation Pink #FC9FCB

Tints of Carnation Pink #FC9FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.9%

 BLUE value IS 203 (79.69% from 255) = 33.06%

R = 41.04%
G = 25.9%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC9FCB (or 0xFC9FCB) is known color: Carnation Pink. HEX triplet: FC, 9F and CB. RGB value is (252,159,203). Sum of RGB (Red+Green+Blue) = 252+159+203=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FCB is #036034. Grayscale: #BFBFBF. Windows color (decimal): -221237 or 13344764. OLE color: 13344764.

HSL color Cylindrical-coordinate representation of color #FC9FCB: hue angle of 331.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9FCB is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 159 203 -
CMYK 0 0.37 0.19 0.01
HSL 331.61º 0.94% 0.81% -
HSV(B) 331.61º 0.37% 0.99% -
XYZ 63.32 49.8 62.78 -
YUV 191.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 252 159 203 0 0.37 0.19 0.01 331.61 0.94 0.81
Hex FC 9F CB 0 25 13 1 14C 5E 51
Octal 374 237 313 0 45 23 1 514 136 121
Binary 11111100 10011111 11001011 0 100101 10011 1 101001100 1011110 1010001

Color Harmonies of #FC9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9FCB

Black with #FC9FCB

Text Example


Text Example

White with #FC9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9FCB; }

 p { color: rgb(252,159,203); }

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

background-color css

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

 a { background-color: rgb(252,159,203); }

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

border-color css

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

 span { border-color: rgb(252,159,203); }

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