#FF9BCA

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

Shades of Carnation Pink #FF9BCA

Tints of Carnation Pink #FF9BCA

Color information

#FF9BCA (or 0xFF9BCA) is unknown color: approx Carnation Pink. HEX triplet: FF, 9B and CA. RGB value is (255,155,202). Sum of RGB (Red+Green+Blue) = 255+155+202=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BCA is #006435. Grayscale: #BEBEBE. Windows color (decimal): -25654 or 13278207. OLE color: 13278207.

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

Color convert

RGB255155202-
CMYK00.390.210
HSL331.8º100%80.39%-
HSV(B)331.8º39.22%100%-
XYZ63.6248.9761.98-
YUV190.26134.63174.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 155 (60.94% from 255) = 25.33%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=41.67%
G=25.33%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515520200.390.210331.810080.39
HexFF9BCA02715014c6450
Octal377233312047250514144120
Binary111111111001101111001010010011110101010100110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BCA; }

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

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

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

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

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

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

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

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