#FF9AD0

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

Shades of Carnation Pink #FF9AD0

Tints of Carnation Pink #FF9AD0

Color information

#FF9AD0 (or 0xFF9AD0) is unknown color: approx Carnation Pink. HEX triplet: FF, 9A and D0. RGB value is (255,154,208). Sum of RGB (Red+Green+Blue) = 255+154+208=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9AD0 is #00652F. Grayscale: #BEBEBE. Windows color (decimal): -25904 or 13671167. OLE color: 13671167.

HSL color Cylindrical-coordinate representation of color #FF9AD0: hue angle of 327.92º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9AD0 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255154208-
CMYK00.400.180
HSL327.92º100%80.2%-
HSV(B)327.92º39.61%100%-
XYZ64.1848.9365.74-
YUV190.35137.96174.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 154 (60.55% from 255) = 24.96%
BLUE value IS 208 (81.64% from 255) = 33.71%
R=41.33%
G=24.96%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515420800.400.180327.9210080.2
HexFF9AD00281201486450
Octal377232320050220510144120
Binary111111111001101011010000010100010010010100100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9AD0; }

 p { color: rgb(255,154,208); }

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

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

 a { background-color: rgb(255,154,208); }

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

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

 span { border-color: rgb(255,154,208); }

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