#FD96C5

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

Shades of Carnation Pink #FD96C5

Tints of Carnation Pink #FD96C5

Color information

#FD96C5 (or 0xFD96C5) is unknown color: approx Carnation Pink. HEX triplet: FD, 96 and C5. RGB value is (253,150,197). Sum of RGB (Red+Green+Blue) = 253+150+197=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FD96C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD96C5 is #02693A. Grayscale: #BABABA. Windows color (decimal): -158011 or 12949245. OLE color: 12949245.

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

Color convert

RGB253150197-
CMYK00.410.220.01
HSL332.62º96.26%79.02%-
HSV(B)332.62º40.71%99.22%-
XYZ61.4946.7358.6-
YUV186.16134.12175.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.17%
GREEN value IS 150 (58.98% from 255) = 25%
BLUE value IS 197 (77.34% from 255) = 32.83%
R=42.17%
G=25%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315019700.410.220.01332.6296.2679.02
HexFD96C502916114d604f
Octal375226305051261515140117
Binary111111011001011011000101010100110110110100110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD96C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD96C5; }

 p { color: rgb(253,150,197); }

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

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

 a { background-color: rgb(253,150,197); }

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

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

 span { border-color: rgb(253,150,197); }

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