Html Css Color HEX #FFAAC6 Carnation Pink

📋 copy color: '#FFAAC6'

red 255 ◦ green 170 ◦ blue 198

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

Shades of Carnation Pink #FFAAC6

Tints of Carnation Pink #FFAAC6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.29%

 BLUE value IS 198 (77.73% from 255) = 31.78%

R = 40.93%
G = 27.29%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFAAC6 (or 0xFFAAC6) is known color: Carnation Pink. HEX triplet: FF, AA and C6. RGB value is (255,170,198). Sum of RGB (Red+Green+Blue) = 255+170+198=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAC6 is #005539. Grayscale: #C6C6C6. Windows color (decimal): -21818 or 13019903. OLE color: 13019903.

HSL color Cylindrical-coordinate representation of color #FFAAC6: hue angle of 340.24º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAAC6 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 255 170 198 -
CMYK 0 0.33 0.22 0
HSL 340.24º 1% 0.83% -
HSV(B) 340.24º 0.33% 1% -
XYZ 65.81 54.09 60.4 -
YUV 198.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 255 170 198 0 0.33 0.22 0 340.24 1 0.83
Hex FF AA C6 0 21 16 0 154 64 53
Octal 377 252 306 0 41 26 0 524 144 123
Binary 11111111 10101010 11000110 0 100001 10110 0 101010100 1100100 1010011

Color Harmonies of #FFAAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAAC6

Black with #FFAAC6

Text Example


Text Example

White with #FFAAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAAC6; }

 p { color: rgb(255,170,198); }

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

background-color css

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

 a { background-color: rgb(255,170,198); }

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

border-color css

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

 span { border-color: rgb(255,170,198); }

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