#FD98CF

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

Shades of Carnation Pink #FD98CF

Tints of Carnation Pink #FD98CF

Color information

#FD98CF (or 0xFD98CF) is unknown color: approx Carnation Pink. HEX triplet: FD, 98 and CF. RGB value is (253,152,207). Sum of RGB (Red+Green+Blue) = 253+152+207=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FD98CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD98CF is #026730. Grayscale: #BCBCBC. Windows color (decimal): -157489 or 13605117. OLE color: 13605117.

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

Color convert

RGB253152207-
CMYK00.400.180.01
HSL327.33º96.19%79.41%-
HSV(B)327.33º39.92%99.22%-
XYZ6347.8464.95-
YUV188.47138.46174.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 152 (59.77% from 255) = 24.84%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=41.34%
G=24.84%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315220700.400.180.01327.3396.1979.41
HexFD98CF028121147604f
Octal375230317050221507140117
Binary111111011001100011001111010100010010110100011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD98CF; }

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

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

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

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

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

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

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

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