Html Css Color HEX #FFADC6 Carnation Pink

📋 copy color: '#FFADC6'

red 255 ◦ green 173 ◦ blue 198

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

Shades of Carnation Pink #FFADC6

Tints of Carnation Pink #FFADC6

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 value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

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

RGB 255 173 198 -
CMYK 0 0.32 0.22 0
HSL 341.71º 1% 0.84% -
HSV(B) 341.71º 0.32% 1% -
XYZ 66.38 55.22 60.59 -
YUV 200.37 126.67 166.97 -
System Red Green Blue C M Y K H S L
Decimal 255 173 198 0 0.32 0.22 0 341.71 1 0.84
Hex FF AD C6 0 20 16 0 156 64 54
Octal 377 255 306 0 40 26 0 526 144 124
Binary 11111111 10101101 11000110 0 100000 10110 0 101010110 1100100 1010100

Color Harmonies of #FFADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADC6

Black with #FFADC6

Text Example


Text Example

White with #FFADC6

Text Example


Text Example

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