#FF9CBF

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

Shades of Carnation Pink #FF9CBF

Tints of Carnation Pink #FF9CBF

Color information

#FF9CBF (or 0xFF9CBF) is unknown color: approx Carnation Pink. HEX triplet: FF, 9C and BF. RGB value is (255,156,191). Sum of RGB (Red+Green+Blue) = 255+156+191=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CBF is #006340. Grayscale: #BDBDBD. Windows color (decimal): -25409 or 12557567. OLE color: 12557567.

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

Color convert

RGB255156191-
CMYK00.390.250
HSL338.79º100%80.59%-
HSV(B)338.79º38.82%100%-
XYZ62.5348.855.41-
YUV189.59128.8174.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 156 (61.33% from 255) = 25.91%
BLUE value IS 191 (75% from 255) = 31.73%
R=42.36%
G=25.91%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515619100.390.250338.7910080.59
HexFF9CBF0271901536451
Octal377234277047310523144121
Binary111111111001110010111111010011111001010101001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CBF; }

 p { color: rgb(255,156,191); }

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

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

 a { background-color: rgb(255,156,191); }

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

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

 span { border-color: rgb(255,156,191); }

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