Html Css Color HEX #FC9AD1 Carnation Pink

📋 copy color: '#FC9AD1'

red 252 ◦ green 154 ◦ blue 209

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

Shades of Carnation Pink #FC9AD1

Tints of Carnation Pink #FC9AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.98%

R = 40.98%
G = 25.04%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC9AD1 (or 0xFC9AD1) is known color: Carnation Pink. HEX triplet: FC, 9A and D1. RGB value is (252,154,209). Sum of RGB (Red+Green+Blue) = 252+154+209=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9AD1 is #03652E. Grayscale: #BDBDBD. Windows color (decimal): -222511 or 13736700. OLE color: 13736700.

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

Color convert

RGB 252 154 209 -
CMYK 0 0.39 0.17 0.01
HSL 326.33º 0.94% 0.8% -
HSV(B) 326.33º 0.39% 0.99% -
XYZ 63.21 48.41 66.33 -
YUV 189.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 252 154 209 0 0.39 0.17 0.01 326.33 0.94 0.8
Hex FC 9A D1 0 27 11 1 146 5E 50
Octal 374 232 321 0 47 21 1 506 136 120
Binary 11111100 10011010 11010001 0 100111 10001 1 101000110 1011110 1010000

Color Harmonies of #FC9AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9AD1

Black with #FC9AD1

Text Example


Text Example

White with #FC9AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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