Html Css Color HEX #FF9DC1 Carnation Pink

📋 copy color: '#FF9DC1'

red 255 ◦ green 157 ◦ blue 193

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

Shades of Carnation Pink #FF9DC1

Tints of Carnation Pink #FF9DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.9%

R = 42.15%
G = 25.95%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF9DC1 (or 0xFF9DC1) is known color: Carnation Pink. HEX triplet: FF, 9D and C1. RGB value is (255,157,193). Sum of RGB (Red+Green+Blue) = 255+157+193=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DC1 is #00623E. Grayscale: #BEBEBE. Windows color (decimal): -25151 or 12688895. OLE color: 12688895.

HSL color Cylindrical-coordinate representation of color #FF9DC1: hue angle of 337.96º 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 #FF9DC1 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 255 157 193 -
CMYK 0 0.38 0.24 0
HSL 337.96º 1% 0.81% -
HSV(B) 337.96º 0.38% 1% -
XYZ 62.92 49.22 56.64 -
YUV 190.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 255 157 193 0 0.38 0.24 0 337.96 1 0.81
Hex FF 9D C1 0 26 18 0 152 64 51
Octal 377 235 301 0 46 30 0 522 144 121
Binary 11111111 10011101 11000001 0 100110 11000 0 101010010 1100100 1010001

Color Harmonies of #FF9DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9DC1

Black with #FF9DC1

Text Example


Text Example

White with #FF9DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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