#FB97CA

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

Shades of Carnation Pink #FB97CA

Tints of Carnation Pink #FB97CA

Color information

#FB97CA (or 0xFB97CA) is unknown color: approx Carnation Pink. HEX triplet: FB, 97 and CA. RGB value is (251,151,202). Sum of RGB (Red+Green+Blue) = 251+151+202=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB97CA is #046835. Grayscale: #BABABA. Windows color (decimal): -288822 or 13277179. OLE color: 13277179.

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

Color convert

RGB251151202-
CMYK00.400.200.02
HSL329.4º92.59%78.82%-
HSV(B)329.4º39.84%98.43%-
XYZ61.5146.9161.69-
YUV186.71136.63173.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=41.56%
G=25%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115120200.400.200.02329.492.5978.82
HexFB97CA0281421495d4f
Octal373227312050242511135117
Binary1111101110010111110010100101000101001010100100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB97CA; }

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

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

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

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

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

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

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

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