#FFADC6

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

Shades of Carnation Pink #FFADC6

Tints of Carnation Pink #FFADC6

Color information

#FFADC6 (or 0xFFADC6) is unknown color: approx Carnation Pink. HEX triplet: FF, AD and C6. RGB value is (255,173,198). Sum of RGB (Red+Green+Blue) = 255+173+198=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADC6 is #005239. Grayscale: #C8C8C8. Windows color (decimal): -21050 or 13020671. OLE color: 13020671.

HSL color Cylindrical-coordinate representation of color #FFADC6: hue angle of 341.71º 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 #FFADC6 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255173198-
CMYK00.320.220
HSL341.71º100%83.92%-
HSV(B)341.71º32.16%100%-
XYZ66.3855.2260.59-
YUV200.37126.67166.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 198 (77.73% from 255) = 31.63%
R=40.73%
G=27.64%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517319800.320.220341.7110083.92
HexFFADC60201601566454
Octal377255306040260526144124
Binary111111111010110111000110010000010110010101011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADC6; }

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

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

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

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

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

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

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

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