#FFACCC

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

Shades of Carnation Pink #FFACCC

Tints of Carnation Pink #FFACCC

Color information

#FFACCC (or 0xFFACCC) is unknown color: approx Carnation Pink. HEX triplet: FF, AC and CC. RGB value is (255,172,204). Sum of RGB (Red+Green+Blue) = 255+172+204=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACCC is #005333. Grayscale: #C8C8C8. Windows color (decimal): -21300 or 13413631. OLE color: 13413631.

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

Color convert

RGB255172204-
CMYK00.330.20
HSL336.87º100%83.73%-
HSV(B)336.87º32.55%100%-
XYZ66.8955.1264.24-
YUV200.46130166.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 172 (67.58% from 255) = 27.26%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=40.41%
G=27.26%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517220400.330.20336.8710083.73
HexFFACCC0211401516454
Octal377254314041240521144124
Binary111111111010110011001100010000110100010101000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACCC; }

 p { color: rgb(255,172,204); }

 H1.HeaderClassName
 {
   color: #FFACCC;
 }
 .AnyTagClassName
 {
   color: #FFACCC;
 }
</style>
background-color css

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

 a { background-color: rgb(255,172,204); }

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

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

 span { border-color: rgb(255,172,204); }

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