Html Css Color HEX #FFAACD Carnation Pink

📋 copy color: '#FFAACD'

red 255 ◦ green 170 ◦ blue 205

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

Shades of Carnation Pink #FFAACD

Tints of Carnation Pink #FFAACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.54%

R = 40.48%
G = 26.98%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFAACD (or 0xFFAACD) is known color: Carnation Pink. HEX triplet: FF, AA and CD. RGB value is (255,170,205). Sum of RGB (Red+Green+Blue) = 255+170+205=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAACD is #005532. Grayscale: #C7C7C7. Windows color (decimal): -21811 or 13478655. OLE color: 13478655.

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

Color convert

RGB 255 170 205 -
CMYK 0 0.33 0.20 0
HSL 335.29º 1% 0.83% -
HSV(B) 335.29º 0.33% 1% -
XYZ 66.63 54.42 64.75 -
YUV 199.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 255 170 205 0 0.33 0.20 0 335.29 1 0.83
Hex FF AA CD 0 21 14 0 14F 64 53
Octal 377 252 315 0 41 24 0 517 144 123
Binary 11111111 10101010 11001101 0 100001 10100 0 101001111 1100100 1010011

Color Harmonies of #FFAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAACD

Black with #FFAACD

Text Example


Text Example

White with #FFAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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