#ff9bc5

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

Shades of Carnation Pink #FF9BC5

Tints of Carnation Pink #FF9BC5

Color information

#FF9BC5 (or 0xFF9BC5) is unknown color: approx Carnation Pink. HEX triplet: FF, 9B and C5. RGB value is (255,155,197). Sum of RGB (Red+Green+Blue) = 255+155+197=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BC5 is #00643A. Grayscale: #BDBDBD. Windows color (decimal): -25659 or 12950527. OLE color: 12950527.

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

Color convert

RGB255155197-
CMYK00.390.230
HSL334.8º100%80.39%-
HSV(B)334.8º39.22%100%-
XYZ63.0448.7358.91-
YUV189.69132.13174.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 155 (60.94% from 255) = 25.54%
BLUE value IS 197 (77.34% from 255) = 32.45%
R=42.01%
G=25.54%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515519700.390.230334.810080.39
HexFF9BC502717014f6450
Octal377233305047270517144120
Binary111111111001101111000101010011110111010100111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff9bc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff9bc5; }

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

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

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

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

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

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

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

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