#FFADC8

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

Shades of Carnation Pink #FFADC8

Tints of Carnation Pink #FFADC8

Color information

#FFADC8 (or 0xFFADC8) is unknown color: approx Carnation Pink. HEX triplet: FF, AD and C8. RGB value is (255,173,200). Sum of RGB (Red+Green+Blue) = 255+173+200=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADC8 is #005237. Grayscale: #C8C8C8. Windows color (decimal): -21048 or 13151743. OLE color: 13151743.

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

Color convert

RGB255173200-
CMYK00.320.220
HSL340.24º100%83.92%-
HSV(B)340.24º32.16%100%-
XYZ66.6155.3261.81-
YUV200.6127.67166.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 200 (78.52% from 255) = 31.85%
R=40.61%
G=27.55%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517320000.320.220340.2410083.92
HexFFADC80201601546454
Octal377255310040260524144124
Binary111111111010110111001000010000010110010101010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADC8; }

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

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

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

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

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

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

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

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