Html Css Color HEX #FC9BCB Carnation Pink

📋 copy color: '#FC9BCB'

red 252 ◦ green 155 ◦ blue 203

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

Shades of Carnation Pink #FC9BCB

Tints of Carnation Pink #FC9BCB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.41%

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

R = 41.31%
G = 25.41%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC9BCB (or 0xFC9BCB) is known color: Carnation Pink. HEX triplet: FC, 9B and CB. RGB value is (252,155,203). Sum of RGB (Red+Green+Blue) = 252+155+203=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BCB is #036434. Grayscale: #BDBDBD. Windows color (decimal): -222261 or 13343740. OLE color: 13343740.

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

Color convert

RGB 252 155 203 -
CMYK 0 0.38 0.19 0.01
HSL 330.31º 0.94% 0.8% -
HSV(B) 330.31º 0.38% 0.99% -
XYZ 62.65 48.45 62.55 -
YUV 189.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 252 155 203 0 0.38 0.19 0.01 330.31 0.94 0.8
Hex FC 9B CB 0 26 13 1 14A 5E 50
Octal 374 233 313 0 46 23 1 512 136 120
Binary 11111100 10011011 11001011 0 100110 10011 1 101001010 1011110 1010000

Color Harmonies of #FC9BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9BCB

Black with #FC9BCB

Text Example


Text Example

White with #FC9BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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