#FF9BD0

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

Shades of Carnation Pink #FF9BD0

Tints of Carnation Pink #FF9BD0

Color information

#FF9BD0 (or 0xFF9BD0) is unknown color: approx Carnation Pink. HEX triplet: FF, 9B and D0. RGB value is (255,155,208). Sum of RGB (Red+Green+Blue) = 255+155+208=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BD0 is #00642F. Grayscale: #BEBEBE. Windows color (decimal): -25648 or 13671423. OLE color: 13671423.

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

Color convert

RGB255155208-
CMYK00.390.180
HSL328.2º100%80.39%-
HSV(B)328.2º39.22%100%-
XYZ64.3549.2665.79-
YUV190.94137.63173.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 155 (60.94% from 255) = 25.08%
BLUE value IS 208 (81.64% from 255) = 33.66%
R=41.26%
G=25.08%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515520800.390.180328.210080.39
HexFF9BD00271201486450
Octal377233320047220510144120
Binary111111111001101111010000010011110010010100100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BD0; }

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

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

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

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

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

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

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

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