#FFADC0

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

Shades of Light Pink #FFADC0

Tints of Light Pink #FFADC0

Color information

#FFADC0 (or 0xFFADC0) is unknown color: approx Light Pink. HEX triplet: FF, AD and C0. RGB value is (255,173,192). Sum of RGB (Red+Green+Blue) = 255+173+192=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADC0 is #00523F. Grayscale: #C7C7C7. Windows color (decimal): -21056 or 12627455. OLE color: 12627455.

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

Color convert

RGB255173192-
CMYK00.320.250
HSL346.1º100%83.92%-
HSV(B)346.1º32.16%100%-
XYZ65.754.9557.01-
YUV199.68123.67167.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=41.13%
G=27.90%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517319200.320.250346.110083.92
HexFFADC002019015a6454
Octal377255300040310532144124
Binary111111111010110111000000010000011001010101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADC0; }

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

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

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

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

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

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

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

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