Html Css Color HEX #FFAAC4 Carnation Pink

📋 copy color: '#FFAAC4'

red 255 ◦ green 170 ◦ blue 196

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

Shades of Carnation Pink #FFAAC4

Tints of Carnation Pink #FFAAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.56%

R = 41.06%
G = 27.38%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFAAC4 (or 0xFFAAC4) is known color: Carnation Pink. HEX triplet: FF, AA and C4. RGB value is (255,170,196). Sum of RGB (Red+Green+Blue) = 255+170+196=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAC4 is #00553B. Grayscale: #C6C6C6. Windows color (decimal): -21820 or 12888831. OLE color: 12888831.

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

Color convert

RGB 255 170 196 -
CMYK 0 0.33 0.23 0
HSL 341.65º 1% 0.83% -
HSV(B) 341.65º 0.33% 1% -
XYZ 65.58 53.99 59.19 -
YUV 198.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 255 170 196 0 0.33 0.23 0 341.65 1 0.83
Hex FF AA C4 0 21 17 0 156 64 53
Octal 377 252 304 0 41 27 0 526 144 123
Binary 11111111 10101010 11000100 0 100001 10111 0 101010110 1100100 1010011

Color Harmonies of #FFAAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAAC4

Black with #FFAAC4

Text Example


Text Example

White with #FFAAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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