Html Css Color HEX #FFADC0 Light Pink

📋 copy color: '#FFADC0'

red 255 ◦ green 173 ◦ blue 192

#FFADC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Pink #FFADC0

Tints of Light Pink #FFADC0

RGB

 RED value IS 255 (100% from 255) = 41.13%

 GREEN value IS 173 (67.97% from 255) = 27.9%

 BLUE value IS 192 (75.39% from 255) = 30.97%

R = 41.13%
G = 27.9%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFADC0 (or 0xFFADC0) is known color: 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

RGB 255 173 192 -
CMYK 0 0.32 0.25 0
HSL 346.1º 1% 0.84% -
HSV(B) 346.1º 0.32% 1% -
XYZ 65.7 54.95 57.01 -
YUV 199.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 255 173 192 0 0.32 0.25 0 346.1 1 0.84
Hex FF AD C0 0 20 19 0 15A 64 54
Octal 377 255 300 0 40 31 0 532 144 124
Binary 11111111 10101101 11000000 0 100000 11001 0 101011010 1100100 1010100

Color Harmonies of #FFADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADC0

Black with #FFADC0

Text Example


Text Example

White with #FFADC0

Text Example


Text Example

HTML Codes & Css Web 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>