Html Css Color HEX #FFADC8 Carnation Pink

📋 copy color: '#FFADC8'

red 255 ◦ green 173 ◦ blue 200

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

Shades of Carnation Pink #FFADC8

Tints of Carnation Pink #FFADC8

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 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

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

RGB 255 173 200 -
CMYK 0 0.32 0.22 0
HSL 340.24º 1% 0.84% -
HSV(B) 340.24º 0.32% 1% -
XYZ 66.61 55.32 61.81 -
YUV 200.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 255 173 200 0 0.32 0.22 0 340.24 1 0.84
Hex FF AD C8 0 20 16 0 154 64 54
Octal 377 255 310 0 40 26 0 524 144 124
Binary 11111111 10101101 11001000 0 100000 10110 0 101010100 1100100 1010100

Color Harmonies of #FFADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADC8

Black with #FFADC8

Text Example


Text Example

White with #FFADC8

Text Example


Text Example

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