Html Css Color HEX #FF9DC9 Carnation Pink

📋 copy color: '#FF9DC9'

red 255 ◦ green 157 ◦ blue 201

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

Shades of Carnation Pink #FF9DC9

Tints of Carnation Pink #FF9DC9

RGB

 RED value IS 255 (100% from 255) = 41.6%

 GREEN value IS 157 (61.72% from 255) = 25.61%

 BLUE value IS 201 (78.91% from 255) = 32.79%

R = 41.6%
G = 25.61%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF9DC9 (or 0xFF9DC9) is known color: Carnation Pink. HEX triplet: FF, 9D and C9. RGB value is (255,157,201). Sum of RGB (Red+Green+Blue) = 255+157+201=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DC9 is #006236. Grayscale: #BFBFBF. Windows color (decimal): -25143 or 13213183. OLE color: 13213183.

HSL color Cylindrical-coordinate representation of color #FF9DC9: hue angle of 333.06º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9DC9 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 157 201 -
CMYK 0 0.38 0.21 0
HSL 333.06º 1% 0.81% -
HSV(B) 333.06º 0.38% 1% -
XYZ 63.84 49.59 61.47 -
YUV 191.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 255 157 201 0 0.38 0.21 0 333.06 1 0.81
Hex FF 9D C9 0 26 15 0 14D 64 51
Octal 377 235 311 0 46 25 0 515 144 121
Binary 11111111 10011101 11001001 0 100110 10101 0 101001101 1100100 1010001

Color Harmonies of #FF9DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9DC9

Black with #FF9DC9

Text Example


Text Example

White with #FF9DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9DC9; }

 p { color: rgb(255,157,201); }

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

background-color css

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

 a { background-color: rgb(255,157,201); }

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

border-color css

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

 span { border-color: rgb(255,157,201); }

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