#FB97CB

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

Shades of Carnation Pink #FB97CB

Tints of Carnation Pink #FB97CB

Color information

#FB97CB (or 0xFB97CB) is unknown color: approx Carnation Pink. HEX triplet: FB, 97 and CB. RGB value is (251,151,203). Sum of RGB (Red+Green+Blue) = 251+151+203=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 151 (59.38% from 255 or 24.96% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB97CB is #046834. Grayscale: #BABABA. Windows color (decimal): -288821 or 13342715. OLE color: 13342715.

HSL color Cylindrical-coordinate representation of color #FB97CB: hue angle of 328.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB97CB is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251151203-
CMYK00.400.190.02
HSL328.8º92.59%78.82%-
HSV(B)328.8º39.84%98.43%-
XYZ61.6346.9562.31-
YUV186.83137.13173.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 151 (59.38% from 255) = 24.96%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=41.49%
G=24.96%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115120300.400.190.02328.892.5978.82
HexFB97CB0281321495d4f
Octal373227313050232511135117
Binary1111101110010111110010110101000100111010100100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB97CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB97CB; }

 p { color: rgb(251,151,203); }

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

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

 a { background-color: rgb(251,151,203); }

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

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

 span { border-color: rgb(251,151,203); }

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