#FB9AD1

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

Shades of Carnation Pink #FB9AD1

Tints of Carnation Pink #FB9AD1

Color information

#FB9AD1 (or 0xFB9AD1) is unknown color: approx Carnation Pink. HEX triplet: FB, 9A and D1. RGB value is (251,154,209). Sum of RGB (Red+Green+Blue) = 251+154+209=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9AD1 is #04652E. Grayscale: #BDBDBD. Windows color (decimal): -288047 or 13736699. OLE color: 13736699.

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

Color convert

RGB251154209-
CMYK00.390.170.02
HSL325.98º92.38%79.41%-
HSV(B)325.98º38.65%98.43%-
XYZ62.8548.2266.32-
YUV189.27139.14172.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 154 (60.55% from 255) = 25.08%
BLUE value IS 209 (82.03% from 255) = 34.04%
R=40.88%
G=25.08%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115420900.390.170.02325.9892.3879.41
HexFB9AD10271121465c4f
Octal373232321047212506134117
Binary1111101110011010110100010100111100011010100011010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9AD1; }

 p { color: rgb(251,154,209); }

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

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

 a { background-color: rgb(251,154,209); }

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

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

 span { border-color: rgb(251,154,209); }

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