#FD9ACF

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

Shades of Carnation Pink #FD9ACF

Tints of Carnation Pink #FD9ACF

Color information

#FD9ACF (or 0xFD9ACF) is unknown color: approx Carnation Pink. HEX triplet: FD, 9A and CF. RGB value is (253,154,207). Sum of RGB (Red+Green+Blue) = 253+154+207=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9ACF is #026530. Grayscale: #BDBDBD. Windows color (decimal): -156977 or 13605629. OLE color: 13605629.

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

Color convert

RGB253154207-
CMYK00.390.180.01
HSL327.88º96.12%79.8%-
HSV(B)327.88º39.13%99.22%-
XYZ63.3348.565.06-
YUV189.64137.8173.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.21%
GREEN value IS 154 (60.55% from 255) = 25.08%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=41.21%
G=25.08%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315420700.390.180.01327.8896.1279.8
HexFD9ACF0271211486050
Octal375232317047221510140120
Binary111111011001101011001111010011110010110100100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9ACF; }

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

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

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

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

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

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

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

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