#FFAACD

Color #FFAACD Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FFAACD

Tints of Carnation Pink #FFAACD

Color information

#FFAACD (or 0xFFAACD) is unknown color: approx 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

RGB255170205-
CMYK00.330.200
HSL335.29º100%83.33%-
HSV(B)335.29º33.33%100%-
XYZ66.6354.4264.75-
YUV199.4131.16167.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517020500.330.200335.2910083.33
HexFFAACD02114014f6453
Octal377252315041240517144123
Binary111111111010101011001101010000110100010100111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>