#FD97C8

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

Shades of Carnation Pink #FD97C8

Tints of Carnation Pink #FD97C8

Color information

#FD97C8 (or 0xFD97C8) is unknown color: approx Carnation Pink. HEX triplet: FD, 97 and C8. RGB value is (253,151,200). Sum of RGB (Red+Green+Blue) = 253+151+200=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FD97C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD97C8 is #026837. Grayscale: #BABABA. Windows color (decimal): -157752 or 13146109. OLE color: 13146109.

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

Color convert

RGB253151200-
CMYK00.400.210.01
HSL331.18º96.23%79.22%-
HSV(B)331.18º40.32%99.22%-
XYZ6247.1960.48-
YUV187.08135.29175.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.89%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 200 (78.52% from 255) = 33.11%
R=41.89%
G=25%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315120000.400.210.01331.1896.2379.22
HexFD97C802815114b604f
Octal375227310050251513140117
Binary111111011001011111001000010100010101110100101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD97C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD97C8; }

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

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

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

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

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

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

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

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