#FB9BCF

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

Shades of Carnation Pink #FB9BCF

Tints of Carnation Pink #FB9BCF

Color information

#FB9BCF (or 0xFB9BCF) is unknown color: approx Carnation Pink. HEX triplet: FB, 9B and CF. RGB value is (251,155,207). Sum of RGB (Red+Green+Blue) = 251+155+207=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9BCF is #046430. Grayscale: #BDBDBD. Windows color (decimal): -287793 or 13605883. OLE color: 13605883.

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

Color convert

RGB251155207-
CMYK00.380.180.02
HSL327.5º92.31%79.61%-
HSV(B)327.5º38.25%98.43%-
XYZ62.7748.4665.08-
YUV189.63137.8171.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 155 (60.94% from 255) = 25.29%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=40.95%
G=25.29%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115520700.380.180.02327.592.3179.61
HexFB9BCF0261221485c50
Octal373233317046222510134120
Binary1111101110011011110011110100110100101010100100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9BCF; }

 p { color: rgb(251,155,207); }

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

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

 a { background-color: rgb(251,155,207); }

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

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

 span { border-color: rgb(251,155,207); }

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