#FF9DCD

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

Shades of Carnation Pink #FF9DCD

Tints of Carnation Pink #FF9DCD

Color information

#FF9DCD (or 0xFF9DCD) is unknown color: approx Carnation Pink. HEX triplet: FF, 9D and CD. RGB value is (255,157,205). Sum of RGB (Red+Green+Blue) = 255+157+205=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DCD is #006232. Grayscale: #BFBFBF. Windows color (decimal): -25139 or 13475327. OLE color: 13475327.

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

Color convert

RGB255157205-
CMYK00.380.200
HSL330.61º100%80.78%-
HSV(B)330.61º38.43%100%-
XYZ64.3249.7863.98-
YUV191.77135.47173.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 157 (61.72% from 255) = 25.45%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=41.33%
G=25.45%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515720500.380.200330.6110080.78
HexFF9DCD02614014b6451
Octal377235315046240513144121
Binary111111111001110111001101010011010100010100101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DCD; }

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

 H1.HeaderClassName
 {
   color: #FF9DCD;
 }
 .AnyTagClassName
 {
   color: #FF9DCD;
 }
</style>
background-color css

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

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

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

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

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

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