#FD97BF

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

Shades of Carnation Pink #FD97BF

Tints of Carnation Pink #FD97BF

Color information

#FD97BF (or 0xFD97BF) is unknown color: approx Carnation Pink. HEX triplet: FD, 97 and BF. RGB value is (253,151,191). Sum of RGB (Red+Green+Blue) = 253+151+191=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD97BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD97BF is #026840. Grayscale: #B9B9B9. Windows color (decimal): -157761 or 12556285. OLE color: 12556285.

HSL color Cylindrical-coordinate representation of color #FD97BF: hue angle of 336.47º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD97BF is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB253151191-
CMYK00.400.250.01
HSL336.47º96.23%79.22%-
HSV(B)336.47º40.32%99.22%-
XYZ60.9846.7855.11-
YUV186.06130.79175.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 191 (75% from 255) = 32.10%
R=42.52%
G=25.38%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315119100.400.250.01336.4796.2379.22
HexFD97BF028191150604f
Octal375227277050311520140117
Binary111111011001011110111111010100011001110101000011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD97BF; }

 p { color: rgb(253,151,191); }

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

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

 a { background-color: rgb(253,151,191); }

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

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

 span { border-color: rgb(253,151,191); }

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