Html Css Color HEX #FFADC7 Carnation Pink

📋 copy color: '#FFADC7'

red 255 ◦ green 173 ◦ blue 199

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

Shades of Carnation Pink #FFADC7

Tints of Carnation Pink #FFADC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.74%

R = 40.67%
G = 27.59%
B = 31.74%

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

#FFADC7 (or 0xFFADC7) is known color: Carnation Pink. HEX triplet: FF, AD and C7. RGB value is (255,173,199). Sum of RGB (Red+Green+Blue) = 255+173+199=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADC7 is #005238. Grayscale: #C8C8C8. Windows color (decimal): -21049 or 13086207. OLE color: 13086207.

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

Color convert

RGB 255 173 199 -
CMYK 0 0.32 0.22 0
HSL 340.98º 1% 0.84% -
HSV(B) 340.98º 0.32% 1% -
XYZ 66.49 55.27 61.2 -
YUV 200.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 255 173 199 0 0.32 0.22 0 340.98 1 0.84
Hex FF AD C7 0 20 16 0 155 64 54
Octal 377 255 307 0 40 26 0 525 144 124
Binary 11111111 10101101 11000111 0 100000 10110 0 101010101 1100100 1010100

Color Harmonies of #FFADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADC7

Black with #FFADC7

Text Example


Text Example

White with #FFADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFADC7; }

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

 H1.HeaderClassName
 {
   color: #FFADC7;
 }
 .AnyTagClassName
 {
   color: #FFADC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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