Html Css Color HEX #FF9DC0 Carnation Pink

📋 copy color: '#FF9DC0'

red 255 ◦ green 157 ◦ blue 192

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

Shades of Carnation Pink #FF9DC0

Tints of Carnation Pink #FF9DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.79%

R = 42.22%
G = 25.99%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF9DC0 (or 0xFF9DC0) is known color: Carnation Pink. HEX triplet: FF, 9D and C0. RGB value is (255,157,192). Sum of RGB (Red+Green+Blue) = 255+157+192=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DC0 is #00623F. Grayscale: #BEBEBE. Windows color (decimal): -25152 or 12623359. OLE color: 12623359.

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

Color convert

RGB 255 157 192 -
CMYK 0 0.38 0.25 0
HSL 338.57º 1% 0.81% -
HSV(B) 338.57º 0.38% 1% -
XYZ 62.81 49.18 56.05 -
YUV 190.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 255 157 192 0 0.38 0.25 0 338.57 1 0.81
Hex FF 9D C0 0 26 19 0 153 64 51
Octal 377 235 300 0 46 31 0 523 144 121
Binary 11111111 10011101 11000000 0 100110 11001 0 101010011 1100100 1010001

Color Harmonies of #FF9DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9DC0

Black with #FF9DC0

Text Example


Text Example

White with #FF9DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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