#FD96CF

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

Shades of Carnation Pink #FD96CF

Tints of Carnation Pink #FD96CF

Color information

#FD96CF (or 0xFD96CF) is unknown color: approx Carnation Pink. HEX triplet: FD, 96 and CF. RGB value is (253,150,207). Sum of RGB (Red+Green+Blue) = 253+150+207=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FD96CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD96CF is #026930. Grayscale: #BBBBBB. Windows color (decimal): -158001 or 13604605. OLE color: 13604605.

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

Color convert

RGB253150207-
CMYK00.410.180.01
HSL326.8º96.26%79.02%-
HSV(B)326.8º40.71%99.22%-
XYZ62.6847.264.84-
YUV187.3139.12174.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 150 (58.98% from 255) = 24.59%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=41.48%
G=24.59%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315020700.410.180.01326.896.2679.02
HexFD96CF029121147604f
Octal375226317051221507140117
Binary111111011001011011001111010100110010110100011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD96CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD96CF; }

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

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

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

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

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

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

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

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