#FF9BCE

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

Shades of Carnation Pink #FF9BCE

Tints of Carnation Pink #FF9BCE

Color information

#FF9BCE (or 0xFF9BCE) is unknown color: approx Carnation Pink. HEX triplet: FF, 9B and CE. RGB value is (255,155,206). Sum of RGB (Red+Green+Blue) = 255+155+206=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BCE is #006431. Grayscale: #BEBEBE. Windows color (decimal): -25650 or 13540351. OLE color: 13540351.

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

Color convert

RGB255155206-
CMYK00.390.190
HSL329.4º100%80.39%-
HSV(B)329.4º39.22%100%-
XYZ64.149.1664.5-
YUV190.71136.63173.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 155 (60.94% from 255) = 25.16%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=41.40%
G=25.16%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515520600.390.190329.410080.39
HexFF9BCE0271301496450
Octal377233316047230511144120
Binary111111111001101111001110010011110011010100100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BCE; }

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

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

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

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

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

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

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

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