#FF9DC1

Color #FF9DC1 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FF9DC1

Tints of Carnation Pink #FF9DC1

Color information

#FF9DC1 (or 0xFF9DC1) is unknown color: approx 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

RGB255157193-
CMYK00.380.240
HSL337.96º100%80.78%-
HSV(B)337.96º38.43%100%-
XYZ62.9249.2256.64-
YUV190.41129.47174.07-

RGB Variations

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

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.90%
R=42.15%
G=25.95%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515719300.380.240337.9610080.78
HexFF9DC10261801526451
Octal377235301046300522144121
Binary111111111001110111000001010011011000010101001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>