#FF9DBA

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

Shades of Carnation Pink #FF9DBA

Tints of Carnation Pink #FF9DBA

Color information

#FF9DBA (or 0xFF9DBA) is unknown color: approx Carnation Pink. HEX triplet: FF, 9D and BA. RGB value is (255,157,186). Sum of RGB (Red+Green+Blue) = 255+157+186=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DBA is #006245. Grayscale: #BDBDBD. Windows color (decimal): -25158 or 12230143. OLE color: 12230143.

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

Color convert

RGB255157186-
CMYK00.380.270
HSL342.24º100%80.78%-
HSV(B)342.24º38.43%100%-
XYZ62.1648.9252.62-
YUV189.61125.97174.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 157 (61.72% from 255) = 26.25%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=42.64%
G=26.25%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515718600.380.270342.2410080.78
HexFF9DBA0261B01566451
Octal377235272046330526144121
Binary111111111001110110111010010011011011010101011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DBA; }

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

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

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

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

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

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

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

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