#FB9AD0

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

Shades of Carnation Pink #FB9AD0

Tints of Carnation Pink #FB9AD0

Color information

#FB9AD0 (or 0xFB9AD0) is unknown color: approx Carnation Pink. HEX triplet: FB, 9A and D0. RGB value is (251,154,208). Sum of RGB (Red+Green+Blue) = 251+154+208=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9AD0 is #04652F. Grayscale: #BDBDBD. Windows color (decimal): -288048 or 13671163. OLE color: 13671163.

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

Color convert

RGB251154208-
CMYK00.390.170.02
HSL326.6º92.38%79.41%-
HSV(B)326.6º38.65%98.43%-
XYZ62.7248.1765.67-
YUV189.16138.64172.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 154 (60.55% from 255) = 25.12%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=40.95%
G=25.12%
B=33.93%

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
Decimal25115420800.390.170.02326.692.3879.41
HexFB9AD00271121475c4f
Octal373232320047212507134117
Binary1111101110011010110100000100111100011010100011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9AD0; }

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

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

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

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

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

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

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

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