#FFADC9

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

Shades of Carnation Pink #FFADC9

Tints of Carnation Pink #FFADC9

Color information

#FFADC9 (or 0xFFADC9) is unknown color: approx Carnation Pink. HEX triplet: FF, AD and C9. RGB value is (255,173,201). Sum of RGB (Red+Green+Blue) = 255+173+201=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADC9 is #005236. Grayscale: #C8C8C8. Windows color (decimal): -21047 or 13217279. OLE color: 13217279.

HSL color Cylindrical-coordinate representation of color #FFADC9: hue angle of 339.51º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADC9 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255173201-
CMYK00.320.210
HSL339.51º100%83.92%-
HSV(B)339.51º32.16%100%-
XYZ66.7355.3662.43-
YUV200.71128.17166.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 173 (67.97% from 255) = 27.50%
BLUE value IS 201 (78.91% from 255) = 31.96%
R=40.54%
G=27.50%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517320100.320.210339.5110083.92
HexFFADC90201501546454
Octal377255311040250524144124
Binary111111111010110111001001010000010101010101010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADC9; }

 p { color: rgb(255,173,201); }

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

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

 a { background-color: rgb(255,173,201); }

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

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

 span { border-color: rgb(255,173,201); }

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