Html Css Color HEX #FC9ACB Carnation Pink

📋 copy color: '#FC9ACB'

red 252 ◦ green 154 ◦ blue 203

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

Shades of Carnation Pink #FC9ACB

Tints of Carnation Pink #FC9ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.29%

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

R = 41.38%
G = 25.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC9ACB (or 0xFC9ACB) is known color: Carnation Pink. HEX triplet: FC, 9A and CB. RGB value is (252,154,203). Sum of RGB (Red+Green+Blue) = 252+154+203=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ACB is #036534. Grayscale: #BCBCBC. Windows color (decimal): -222517 or 13343484. OLE color: 13343484.

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

Color convert

RGB 252 154 203 -
CMYK 0 0.39 0.19 0.01
HSL 330º 0.94% 0.8% -
HSV(B) 330º 0.39% 0.99% -
XYZ 62.48 48.12 62.49 -
YUV 188.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 252 154 203 0 0.39 0.19 0.01 330 0.94 0.8
Hex FC 9A CB 0 27 13 1 14A 5E 50
Octal 374 232 313 0 47 23 1 512 136 120
Binary 11111100 10011010 11001011 0 100111 10011 1 101001010 1011110 1010000

Color Harmonies of #FC9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9ACB

Black with #FC9ACB

Text Example


Text Example

White with #FC9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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